Home
last modified time | relevance | path

Searched refs:need_upper_bound_check (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/table/block_based/
Dfilter_block.h163 bool* filter_checked, bool need_upper_bound_check, in RangeMayExist() argument
166 if (need_upper_bound_check) { in RangeMayExist()
Dblock_based_table_iterator.h26 bool check_filter, bool need_upper_bound_check,
37 need_upper_bound_check_(need_upper_bound_check), in table_()
Dblock_based_table_reader.cc1912 const bool need_upper_bound_check, in PrefixMayMatch() argument
1921 if (need_upper_bound_check) { in PrefixMayMatch()
1950 if (need_upper_bound_check) { in PrefixMayMatch()
2023 bool need_upper_bound_check = in NewIterator() local
2028 need_upper_bound_check && in NewIterator()
2036 need_upper_bound_check, prefix_extractor, caller, in NewIterator()
2044 need_upper_bound_check, prefix_extractor, caller, in NewIterator()
2150 bool need_upper_bound_check = false; in Get() local
2152 need_upper_bound_check = PrefixExtractorChanged( in Get()
2322 bool need_upper_bound_check = false; in MultiGet() local
[all …]
Dfull_filter_block.cc288 bool need_upper_bound_check, bool no_io, in RangeMayExist() argument
295 if (need_upper_bound_check && in RangeMayExist()
Dfull_filter_block.h122 bool need_upper_bound_check, bool no_io,
Dblock_based_table_reader.h106 const bool need_upper_bound_check,
325 const ReadOptions& read_options, bool need_upper_bound_check,