Home
last modified time | relevance | path

Searched refs:GetNext (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-0.14.4/sources/libraries/test/
Dtest_XmlOutput.cpp164 pAttr = m_Attributes.GetNext(pAttr)) in PrintBeginTag()
207 pNode = m_Children.GetNext(pNode)) in Print()
230 pNode = m_Children.GetNext(pNode)) in GetSpecificChildrenNum()
278 pResult = m_Results.GetNext(pResult)) in OnFinished()
/CTR-SDK-0.14.4/sources/libraries/os/
Dos_AddressSpaceManager.cpp52 MemoryBlockBase* pNext = m_BlockList.GetNext(pPrev); in Allocate()
173 pItem = m_BlockList.GetNext(pItem); in Dump()
/CTR-SDK-0.14.4/include/nn/fnd/
Dfnd_LinkedList.h150 T* GetNext(T* p) const;
220 T* GetNext() const { return static_cast<T*>(m_NextLink); } in GetNext() function
345 inline T* IntrusiveLinkedList<T, Tag>::GetNext(T* p) const in GetNext() function
/CTR-SDK-0.14.4/include/nn/net/osl/
Dosl_Mbuf.h199 Mbuf* GetNext(void) in GetNext() function
204 const Mbuf* GetNext(void) const in GetNext() function
234 Mbuf* pNext = GetNext(); in Unlink()
/CTR-SDK-0.14.4/sources/libraries/fnd/
Dfnd_HeapBase.cpp81 …for (HeapBase* child = heap->m_Children.GetFront(); child; child = heap->m_Children.GetNext(child)) in FindHeap()
/CTR-SDK-0.14.4/include/nn/socket/
Dsocket_SessionPool.h175 pSessionItem = m_listActive.GetNext(pSessionItem)) in Finalize()