Home | History | Annotate | Download | only in src

Lines Matching defs:end_

668   bool IsEmpty() const { return start_ == end_; }
671 void Clear() { start_ = end_ = 0; } // Queue is empty after Clear().
678 int end_;