Searched refs:need_upper_bound_check (Results 1 – 6 of 6) sorted by relevance
| /rocksdb-6.9/table/block_based/ |
| D | filter_block.h | 163 bool* filter_checked, bool need_upper_bound_check, in RangeMayExist() argument 166 if (need_upper_bound_check) { in RangeMayExist()
|
| D | block_based_table_iterator.h | 26 bool check_filter, bool need_upper_bound_check, 37 need_upper_bound_check_(need_upper_bound_check), in table_()
|
| D | block_based_table_reader.cc | 1912 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 …]
|
| D | full_filter_block.cc | 288 bool need_upper_bound_check, bool no_io, in RangeMayExist() argument 295 if (need_upper_bound_check && in RangeMayExist()
|
| D | full_filter_block.h | 122 bool need_upper_bound_check, bool no_io,
|
| D | block_based_table_reader.h | 106 const bool need_upper_bound_check, 325 const ReadOptions& read_options, bool need_upper_bound_check,
|