Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/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.cpp102 TestInfo info = m_Tests.PopFront(); in DoRun()
112 Suite* pSuite = m_SubSuites.PopFront(); in DoRun()
/CTR-SDK-4.2.5/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-4.2.5/sources/libraries/rdt/CTR/
Drdt_Deque.h67 void PopFront(void);
166 void Deque<T, N>::PopFront(void) in PopFront() function
Drdt_ResendQueue.cpp117 m_queue.PopFront(); in Remove()
174 m_queue.PopFront(); in TryAgain()
/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_LinkedList.h132 T* PopFront();
302 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-4.2.5/sources/libraries/os/
Dos_LightAlarm.cpp130 LightAlarmNode* pHeadNode = LightAlarm::s_System->list.PopFront(); in LightAlarmThread()