Lines Matching refs:pNode
115 for(Node* pNode = m_Children.PopFront(); in ~Node() local
116 pNode; in ~Node()
117 pNode = m_Children.PopFront()) in ~Node()
119 delete pNode; in ~Node()
205 for(Node* pNode = m_Children.GetFront(); in Print() local
206 pNode; in Print()
207 pNode = m_Children.GetNext(pNode)) in Print()
209 pNode->Print(depth + 1); in Print()
228 for(Node* pNode = m_Children.GetFront(); in GetSpecificChildrenNum() local
229 pNode; in GetSpecificChildrenNum()
230 pNode = m_Children.GetNext(pNode)) in GetSpecificChildrenNum()
232 if(String(name) == pNode->GetName()) in GetSpecificChildrenNum()
237 num += pNode->GetSpecificChildrenNum(name); in GetSpecificChildrenNum()
252 for(Node* pNode = m_Results.PopFront(); in ~XmlOutput() local
253 pNode; in ~XmlOutput()
254 pNode = m_Results.PopFront()) in ~XmlOutput()
256 delete pNode; in ~XmlOutput()