Home
last modified time | relevance | path

Searched refs:PopFront (Results 1 – 10 of 10) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/test/
Dtest_XmlOutput.cpp108 for(Attribute* pAttr = m_Attributes.PopFront(); in ~Node()
110 pAttr = m_Attributes.PopFront()) in ~Node()
115 for(Node* pNode = m_Children.PopFront(); in ~Node()
117 pNode = m_Children.PopFront()) in ~Node()
252 for(Node* pNode = m_Results.PopFront(); in ~XmlOutput()
254 pNode = m_Results.PopFront()) in ~XmlOutput()
Dtest_TextOutput.cpp84 PrintAssertInfo(assertInfos.PopFront()); in OnFinished()
Dtest_Suite.cpp96 TestInfo info = m_Tests.PopFront(); in DoRun()
106 Suite* pSuite = m_SubSuites.PopFront(); in DoRun()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/socket/
Dsocket_SessionPool.h155 m_listInactive.PopFront()->Close(); in SemiFinalize()
162 m_listFree.PopFront()->Close(); in SemiFinalize()
239 pSessionItem = m_listInactive.PopFront(); in TryAllocate()
313 m_listFree.PopFront(); in AddNewSession()
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/rdt/CTR/
Drdt_Deque.h69 void PopFront(void);
168 void Deque<T, N>::PopFront(void) in PopFront() function
Drdt_ResendQueue.cpp119 m_queue.PopFront(); in Remove()
176 m_queue.PopFront(); in TryAgain()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/fnd/
Dfnd_LinkedList.h132 T* PopFront();
301 inline T* IntrusiveLinkedList<T, Tag>::PopFront() in PopFront() function
Dfnd_BuddyHeap.h251 Page* PopFront() in PopFront() function
401 Page* pPage = m_FreeArea[i].PopFront(); in GetFreePage()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/net/osl/
Dosl_IpcDispatcher.h288 Worker* pWorker = m_freeList.PopFront(); in GetFreeWorker()
333 Worker* pWorker = m_freeList.PopFront(); in DestructWorkerList()
Dosl_BuddyHeap.h202 Page* PopFront() in PopFront() function
302 Page* pPage = m_FreeArea[i].PopFront(); in GetFreePage()