Home
last modified time | relevance | path

Searched refs:current_over_upper_bound_ (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/db/
Dforward_iterator.cc218 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()
Dforward_iterator.h144 bool current_over_upper_bound_; variable