Searched defs:m_listEntry (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/cpp/
H A Dxml.h466 return RTListGetPrevCpp(m_pParentListAnchor, this, const Node, m_listEntry);
475 return RTListGetNextCpp(m_pParentListAnchor, this, const Node, m_listEntry);
496 RTLISTNODE m_listEntry; member in class:xml::Node
498 * This allows us to use m_listEntry both for children and attributes. */
640 return RTListGetFirstCpp(&m_children, const Node, m_listEntry);
648 return RTListGetLastCpp(&m_children, const Node, m_listEntry);

Completed in 46 milliseconds