Searched refs:the_end_ (Results 1 – 2 of 2) sorted by relevance
242 the_end_ = true;256 return (the_end_ != rhs.the_end_); // Just good enough for cend checks260 return (the_end_ == rhs.the_end_); // Just good enough for cend checks282 the_end_ = false; // the sparse map is non-empty (per HasSparseSubranges() above) in ConstIterator()285 the_end_ = true; in ConstIterator()289 ConstIterator() : vec_(nullptr), the_end_(true) {} in ConstIterator()293 bool the_end_; variable303 the_end_ = true; in SetCurrentValue()307 the_end_ = false; in SetCurrentValue()
599 : map_(&map), container_(&container), the_end_(false) {604 virtual bool AtEnd() const override { return the_end_; }612 the_end_ = true;620 bool the_end_;