Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/ut/
Dut_ResArray.h278 bool empty() const { return (m_pBegin == m_pEnd); } in empty() function
379 bool empty() const { return (m_pBegin == m_pEnd); } in empty() function
Dut_LinkList.h208 bool empty() const { return m_Size == 0; } in empty() function
Dut_MoveArray.h373 bool empty() const { return m_Elements == m_End; } in empty() function