Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dforward_iterator.cc332 bool ForwardIterator::IsOverUpperBound(const Slice& internal_key) const { in IsOverUpperBound() function in ROCKSDB_NAMESPACE::ForwardIterator
422 !IsOverUpperBound(l0_iters_[i]->key())) { in SeekInternal()
455 !IsOverUpperBound(level_iters_[level - 1]->key())) { in SeekInternal()
526 } else if ((current_->Valid()) && (!IsOverUpperBound(current_->key()))) { in Next()
529 if ((current_->Valid()) && (IsOverUpperBound(current_->key()))) { in Next()
844 current_over_upper_bound_ = valid_ && IsOverUpperBound(current_->key()); in UpdateCurrent()
Dforward_iterator.h108 bool IsOverUpperBound(const Slice& internal_key) const;