Home | History | Annotate | Download | only in ADT

Lines Matching defs:empty

55   /// \brief Construct an empty SetVector
72 /// \brief Determine if the SetVector is empty or not.
73 bool empty() const {
74 return vector_.empty();
124 assert(!empty() && "Cannot call front() on empty SetVector!");
130 assert(!empty() && "Cannot call back() on empty SetVector!");
223 assert(!empty() && "Cannot remove an element from an empty SetVector!");