Searched defs:pNode (Results 1 – 5 of 5) sorted by relevance
246 Item* pNode = static_cast<Item*>(p); in PushBack() local266 Item* pNode = static_cast<Item*>(p); in PushFront() local333 Item* pNode = static_cast<Item*>(p); in GetPrevious() local349 Item* pNode = static_cast<Item*>(p); in GetNext() local392 Item* pNode = static_cast<Item*>(p); in Erase() local
100 Item* pNode = static_cast<Item*>(p); in Enqueue() local
59 Node* pNode = this->m_FreeNode; in IsFreeNode() local106 Node* pNode = this->m_FreeNode; in Dump() local
115 for(Node* pNode = m_Children.PopFront(); in ~Node() local205 for(Node* pNode = m_Children.GetFront(); in Print() local228 for(Node* pNode = m_Children.GetFront(); in GetSpecificChildrenNum() local252 for(Node* pNode = m_Results.PopFront(); in ~XmlOutput() local
126 void EnqueueImpl(NodeType* pNode) { return LockFreeQueueImplBase::EnqueueImpl(pNode); } in EnqueueImpl()