Searched refs:MayBeOutOfUpperBound (Results 1 – 8 of 8) sorted by relevance
81 assert(MayBeOutOfUpperBound()); in NextAndGetResult()124 virtual bool MayBeOutOfUpperBound() { return true; } in MayBeOutOfUpperBound() function
197 result->may_be_out_of_upper_bound = MayBeOutOfUpperBound(); in NextAndGetResult()252 bool MayBeOutOfUpperBound() override { in MayBeOutOfUpperBound() function in ROCKSDB_NAMESPACE::MergingIterator254 return current_->MayBeOutOfUpperBound(); in MayBeOutOfUpperBound()
109 bool MayBeOutOfUpperBound() { in MayBeOutOfUpperBound() function
89 inline bool MayBeOutOfUpperBound() override { in MayBeOutOfUpperBound() function
100 inline bool MayBeOutOfUpperBound() override { in MayBeOutOfUpperBound() function
193 result->may_be_out_of_upper_bound = MayBeOutOfUpperBound(); in NextAndGetResult()
225 assert(iterate_upper_bound_ == nullptr || iter_.MayBeOutOfUpperBound() || in FindNextUserEntryInternal()229 if (iterate_upper_bound_ != nullptr && iter_.MayBeOutOfUpperBound() && in FindNextUserEntryInternal()
915 inline bool MayBeOutOfUpperBound() override { in MayBeOutOfUpperBound() function in ROCKSDB_NAMESPACE::__anonc84eced60311::LevelIterator917 return file_iter_.MayBeOutOfUpperBound(); in MayBeOutOfUpperBound()1119 result->may_be_out_of_upper_bound = MayBeOutOfUpperBound(); in NextAndGetResult()