Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DXML.cpp372 ApplePropertyList::ApplePropertyList() : m_xml_doc(), m_dict_node() {} in ApplePropertyList()
375 : m_xml_doc(), m_dict_node() { in ApplePropertyList()
391 this->m_dict_node = dict; in ParseFile()
394 return (bool)m_dict_node; in ParseFile()
400 bool ApplePropertyList::IsValid() const { return (bool)m_dict_node; } in IsValid()
415 m_dict_node.ForEachChildElementWithName( in GetValueNode()
513 return CreatePlistValue(m_dict_node); in GetStructuredData()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DXML.h177 XMLNode m_dict_node; variable