Searched defs:empty (Results 1 – 3 of 3) sorted by relevance
280 bool empty() const { return (m_pBegin == m_pEnd); } in empty() function381 bool empty() const { return (m_pBegin == m_pEnd); } in empty() function
210 bool empty() const { return m_Size == 0; } in empty() function
375 bool empty() const { return m_Elements == m_End; } in empty() function