Searched defs:IsEmpty (Results 1 – 8 of 8) sorted by relevance
50 bool IsEmpty() const { return m_Head == 0; } in IsEmpty() function
95 bool IsEmpty() const { return !m_Head; } in IsEmpty() function
364 bool IsEmpty() const in IsEmpty() function
79 bool IsEmpty(void) const { ASSERT(m_initialized); return m_dataLength==0; } in IsEmpty() function
117 bool Queue<T, N>::IsEmpty(void) const in IsEmpty() function
135 bool Deque<T, N>::IsEmpty(void) const in IsEmpty() function
116 bool SendBuffer::IsEmpty(void) const in IsEmpty() function in nn::rdt::CTR::SendBuffer
146 bool ReceiveBuffer::IsEmpty(void) const in IsEmpty() function in nn::rdt::CTR::ReceiveBuffer