Home
last modified time | relevance | path

Searched refs:filter_checked (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/table/block_based/
Dfull_filter_block.cc287 const Slice* const const_ikey_ptr, bool* filter_checked, in RangeMayExist() argument
291 *filter_checked = false; in RangeMayExist()
297 *filter_checked = false; in RangeMayExist()
300 *filter_checked = true; in RangeMayExist()
Dfilter_block.h163 bool* filter_checked, bool need_upper_bound_check, in RangeMayExist() argument
169 *filter_checked = true; in RangeMayExist()
Dfull_filter_block.h121 const Slice* const const_ikey_ptr, bool* filter_checked,
Dblock_based_table_reader.cc1938 bool filter_checked = true; in PrefixMayMatch() local
1947 &filter_checked, need_upper_bound_check, no_io, lookup_context); in PrefixMayMatch()
2006 if (filter_checked) { in PrefixMayMatch()