Home
last modified time | relevance | path

Searched refs:m_dict_node (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Host/common/
DXML.cpp394 ApplePropertyList::ApplePropertyList() : m_xml_doc(), m_dict_node() {} in ApplePropertyList()
397 : m_xml_doc(), m_dict_node() { in ApplePropertyList()
413 this->m_dict_node = dict; in ParseFile()
416 return (bool)m_dict_node; in ParseFile()
422 bool ApplePropertyList::IsValid() const { return (bool)m_dict_node; } in IsValid()
437 m_dict_node.ForEachChildElementWithName( in GetValueNode()
538 return CreatePlistValue(m_dict_node); in GetStructuredData()
/external/llvm-project/lldb/include/lldb/Host/
DXML.h177 XMLNode m_dict_node; variable