Home
last modified time | relevance | path

Searched defs:IsEmpty (Results 1 – 8 of 8) sorted by relevance

/CTR-SDK-4.2.8-20130828/include/nn/fnd/
Dfnd_Queue.h50 bool IsEmpty() const { return m_Head == 0; } in IsEmpty() function
Dfnd_LinkedList.h95 bool IsEmpty() const { return !m_Head; } in IsEmpty() function
Dfnd_BuddyHeap.h364 bool IsEmpty() const in IsEmpty() function
/CTR-SDK-4.2.8-20130828/sources/libraries/rdt/CTR/
Drdt_RingBuffer.h79 bool IsEmpty(void) const { ASSERT(m_initialized); return m_dataLength==0; } in IsEmpty() function
Drdt_Queue.h117 bool Queue<T, N>::IsEmpty(void) const in IsEmpty() function
Drdt_Deque.h135 bool Deque<T, N>::IsEmpty(void) const in IsEmpty() function
Drdt_SendBuffer.cpp116 bool SendBuffer::IsEmpty(void) const in IsEmpty() function in nn::rdt::CTR::SendBuffer
Drdt_ReceiveBuffer.cpp146 bool ReceiveBuffer::IsEmpty(void) const in IsEmpty() function in nn::rdt::CTR::ReceiveBuffer