Searched defs:empty (Results 1 – 3 of 3) sorted by relevance
278 bool empty() const { return (m_pBegin == m_pEnd); } in empty() function379 bool empty() const { return (m_pBegin == m_pEnd); } in empty() function
208 bool empty() const { return m_Size == 0; } in empty() function
373 bool empty() const { return m_Elements == m_End; } in empty() function