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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp394 ApplePropertyList::ApplePropertyList() : m_xml_doc(), m_dict_node() {}
397 : m_xml_doc(), m_dict_node() {
413 this->m_dict_node = dict;
416 return (bool)m_dict_node;
422 bool ApplePropertyList::IsValid() const { return (bool)m_dict_node; }
437 m_dict_node.ForEachChildElementWithName(
538 return CreatePlistValue(m_dict_node);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h177 XMLNode m_dict_node; member in class:lldb_private::ApplePropertyList

Completed in 101 milliseconds