Searched refs:const_ikey_ptr (Results 1 – 7 of 7) sorted by relevance
| /rocksdb-6.9/table/block_based/ |
| D | partitioned_filter_block.cc | 160 uint64_t block_offset, const bool no_io, const Slice* const const_ikey_ptr, in KeyMayMatch() argument 162 assert(const_ikey_ptr != nullptr); in KeyMayMatch() 168 return MayMatch(key, prefix_extractor, block_offset, no_io, const_ikey_ptr, in KeyMayMatch() 175 uint64_t block_offset, const bool no_io, const Slice* const const_ikey_ptr, in PrefixMayMatch() argument 180 assert(const_ikey_ptr != nullptr); in PrefixMayMatch() 186 return MayMatch(prefix, prefix_extractor, block_offset, no_io, const_ikey_ptr, in PrefixMayMatch() 250 uint64_t block_offset, bool no_io, const Slice* const_ikey_ptr, in MayMatch() argument 264 auto filter_handle = GetFilterPartitionHandle(filter_block, *const_ikey_ptr); in MayMatch() 280 slice, prefix_extractor, block_offset, no_io, const_ikey_ptr, get_context, in MayMatch()
|
| D | partitioned_filter_block.h | 81 const Slice* const const_ikey_ptr, GetContext* get_context, 86 const Slice* const const_ikey_ptr, 104 const Slice* const const_ikey_ptr, GetContext* get_context, 107 uint64_t block_offset, bool no_io, const Slice* const_ikey_ptr,
|
| D | filter_block.h | 102 const Slice* const const_ikey_ptr, 127 const Slice* const const_ikey_ptr, 162 const Slice* const const_ikey_ptr, in RangeMayExist() argument 172 const_ikey_ptr, /* get_context */ nullptr, in RangeMayExist()
|
| D | full_filter_block.h | 98 const Slice* const const_ikey_ptr, GetContext* get_context, 104 const Slice* const const_ikey_ptr, 121 const Slice* const const_ikey_ptr, bool* filter_checked,
|
| D | block_based_filter_block.h | 96 const Slice* const const_ikey_ptr, GetContext* get_context, 101 const Slice* const const_ikey_ptr,
|
| D | full_filter_block.cc | 287 const Slice* const const_ikey_ptr, bool* filter_checked, in RangeMayExist() argument 302 const_ikey_ptr, /* get_context */ nullptr, in RangeMayExist()
|
| D | block_based_table_reader.cc | 1943 const Slice* const const_ikey_ptr = &internal_key; in PrefixMayMatch() local 1946 rep_->internal_comparator.user_comparator(), const_ikey_ptr, in PrefixMayMatch() 2071 const Slice* const const_ikey_ptr = &internal_key; in FullFilterKeyMayMatch() local 2079 no_io, const_ikey_ptr, get_context, lookup_context); in FullFilterKeyMayMatch() 2086 const_ikey_ptr, get_context, in FullFilterKeyMayMatch()
|