Searched refs:current_over_upper_bound_ (Results 1 – 2 of 2) sorted by relevance
218 current_over_upper_bound_(false), in ForwardIterator()318 return valid_ ? !current_over_upper_bound_ : false; in Valid()844 current_over_upper_bound_ = valid_ && IsOverUpperBound(current_->key()); in UpdateCurrent()
144 bool current_over_upper_bound_; variable