Searched refs:m_Children (Results 1 – 3 of 3) sorted by relevance
26 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()
115 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()
219 IntrusiveLinkedList<HeapBase> m_Children; variable