Lines Matching refs:empty
88 // bool empty() const;
279 // empty and the iterator points to end(). The modulo below will divide
280 // by 0 if the buffer capacity is empty, so it's important to check for
533 DCHECK(!empty());
537 DCHECK(!empty());
542 DCHECK(!empty());
546 DCHECK(!empty());
595 if (empty()) {
596 // Optimize empty case to really delete everything if there was
616 bool empty() const { return begin_ == end_; }
941 // empty and full (see definition of buffer_ below).
1076 // being completely empty and completely full are indistinguishable (begin ==