Home
last modified time | relevance | path

Searched refs:MayBeOutOfUpperBound (Results 1 – 8 of 8) sorted by relevance

/rocksdb-6.9/table/
Dinternal_iterator.h81 assert(MayBeOutOfUpperBound()); in NextAndGetResult()
124 virtual bool MayBeOutOfUpperBound() { return true; } in MayBeOutOfUpperBound() function
Dmerging_iterator.cc197 result->may_be_out_of_upper_bound = MayBeOutOfUpperBound(); in NextAndGetResult()
252 bool MayBeOutOfUpperBound() override { in MayBeOutOfUpperBound() function in ROCKSDB_NAMESPACE::MergingIterator
254 return current_->MayBeOutOfUpperBound(); in MayBeOutOfUpperBound()
Diterator_wrapper.h109 bool MayBeOutOfUpperBound() { in MayBeOutOfUpperBound() function
/rocksdb-6.9/table/block_based/
Dpartitioned_index_iterator.h89 inline bool MayBeOutOfUpperBound() override { in MayBeOutOfUpperBound() function
Dblock_based_table_iterator.h100 inline bool MayBeOutOfUpperBound() override { in MayBeOutOfUpperBound() function
Dblock_based_table_iterator.cc193 result->may_be_out_of_upper_bound = MayBeOutOfUpperBound(); in NextAndGetResult()
/rocksdb-6.9/db/
Ddb_iter.cc225 assert(iterate_upper_bound_ == nullptr || iter_.MayBeOutOfUpperBound() || in FindNextUserEntryInternal()
229 if (iterate_upper_bound_ != nullptr && iter_.MayBeOutOfUpperBound() && in FindNextUserEntryInternal()
Dversion_set.cc915 inline bool MayBeOutOfUpperBound() override { in MayBeOutOfUpperBound() function in ROCKSDB_NAMESPACE::__anonc84eced60311::LevelIterator
917 return file_iter_.MayBeOutOfUpperBound(); in MayBeOutOfUpperBound()
1119 result->may_be_out_of_upper_bound = MayBeOutOfUpperBound(); in NextAndGetResult()