Searched refs:IsOverUpperBound (Results 1 – 2 of 2) sorted by relevance
332 bool ForwardIterator::IsOverUpperBound(const Slice& internal_key) const { in IsOverUpperBound() function in ROCKSDB_NAMESPACE::ForwardIterator422 !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()
108 bool IsOverUpperBound(const Slice& internal_key) const;