Searched refs:ApplePropertyList (Results 1 – 2 of 2) sorted by relevance
372 #pragma mark-- ApplePropertyList374 ApplePropertyList::ApplePropertyList() : m_xml_doc(), m_dict_node() {} in ApplePropertyList() function in ApplePropertyList376 ApplePropertyList::ApplePropertyList(const char *path) in ApplePropertyList() function in ApplePropertyList381 ApplePropertyList::~ApplePropertyList() = default;383 llvm::StringRef ApplePropertyList::GetErrors() const { in GetErrors()387 bool ApplePropertyList::ParseFile(const char *path) { in ParseFile()402 bool ApplePropertyList::IsValid() const { return (bool)m_dict_node; } in IsValid()404 bool ApplePropertyList::GetValueAsString(const char *key, in GetValueAsString()408 return ApplePropertyList::ExtractStringFromValueNode(value_node, value); in GetValueAsString()412 XMLNode ApplePropertyList::GetValueNode(const char *key) const { in GetValueNode()[all …]
145 class ApplePropertyList {147 ApplePropertyList();149 ApplePropertyList(const char *path);151 ~ApplePropertyList();