Home
last modified time | relevance | path

Searched defs:pNode (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_LinkedList.h247 Item* pNode = static_cast<Item*>(p); in PushBack() local
267 Item* pNode = static_cast<Item*>(p); in PushFront() local
334 Item* pNode = static_cast<Item*>(p); in GetPrevious() local
350 Item* pNode = static_cast<Item*>(p); in GetNext() local
393 Item* pNode = static_cast<Item*>(p); in Erase() local
Dfnd_Queue.h100 Item* pNode = static_cast<Item*>(p); in Enqueue() local
/CTR-SDK-4.2.5/sources/libraries/fnd/
Dfnd_UnitHeap.cpp60 Node* pNode = this->m_FreeNode; in IsFreeNode() local
107 Node* pNode = this->m_FreeNode; in Dump() local
/CTR-SDK-4.2.5/sources/libraries/test/
Dtest_XmlOutput.cpp115 for(Node* pNode = m_Children.PopFront(); in ~Node() local
205 for(Node* pNode = m_Children.GetFront(); in Print() local
228 for(Node* pNode = m_Children.GetFront(); in GetSpecificChildrenNum() local
252 for(Node* pNode = m_Results.PopFront(); in ~XmlOutput() local