Home
last modified time | relevance | path

Searched refs:m_Children (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-0.14.4/sources/libraries/fnd/
Dfnd_HeapBase.cpp26 m_Children.Erase(child); in Destroy()
38 if ( !m_Children.IsEmpty() ) in ~HeapBase()
81 …for (HeapBase* child = heap->m_Children.GetFront(); child; child = heap->m_Children.GetNext(child)) in FindHeap()
101 this->m_Parent->m_Children.PushBack(this); in SetParent()
/CTR-SDK-0.14.4/sources/libraries/test/
Dtest_XmlOutput.cpp115 for(Node* pNode = m_Children.PopFront(); in ~Node()
117 pNode = m_Children.PopFront()) in ~Node()
190 if(m_Value != "" && !m_Children.IsEmpty()) in Print()
202 else if(!m_Children.IsEmpty()) in Print()
205 for(Node* pNode = m_Children.GetFront(); in Print()
207 pNode = m_Children.GetNext(pNode)) in Print()
226 if(!m_Children.IsEmpty()) in GetSpecificChildrenNum()
228 for(Node* pNode = m_Children.GetFront(); in GetSpecificChildrenNum()
230 pNode = m_Children.GetNext(pNode)) in GetSpecificChildrenNum()
/CTR-SDK-0.14.4/include/nn/fnd/
Dfnd_HeapBase.h219 IntrusiveLinkedList<HeapBase> m_Children; variable