Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp374 ApplePropertyList::ApplePropertyList() : m_xml_doc(), m_dict_node() {} in ApplePropertyList()
377 : m_xml_doc(), m_dict_node() { in ApplePropertyList()
393 this->m_dict_node = dict; in ParseFile()
396 return (bool)m_dict_node; in ParseFile()
402 bool ApplePropertyList::IsValid() const { return (bool)m_dict_node; } in IsValid()
417 m_dict_node.ForEachChildElementWithName( in GetValueNode()
515 return CreatePlistValue(m_dict_node); in GetStructuredData()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h177 XMLNode m_dict_node; variable