Home
last modified time | relevance | path

Searched defs:empty (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/ut/
Dut_ResArray.h280 bool empty() const { return (m_pBegin == m_pEnd); } in empty() function
381 bool empty() const { return (m_pBegin == m_pEnd); } in empty() function
Dut_LinkList.h210 bool empty() const { return m_Size == 0; } in empty() function
Dut_MoveArray.h375 bool empty() const { return m_Elements == m_End; } in empty() function