Home
last modified time | relevance | path

Searched refs:GetBack (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fnd/
Dfnd_LinkedList.h123 T* GetBack() const;
288 inline T* IntrusiveLinkedList<T, Tag>::GetBack() const in GetBack() function
317 if (T* ret = GetBack()) in PopBack()
353 if (p == this->GetBack()) in GetNext()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/os/
Dos_AddressSpaceManager.cpp135 MemoryBlockBase* pItem = m_BlockList.GetBack(); in FindSpace()