Home
last modified time | relevance | path

Searched refs:const_ikey_ptr (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/table/block_based/
Dpartitioned_filter_block.cc160 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()
Dpartitioned_filter_block.h81 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,
Dfilter_block.h102 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()
Dfull_filter_block.h98 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,
Dblock_based_filter_block.h96 const Slice* const const_ikey_ptr, GetContext* get_context,
101 const Slice* const const_ikey_ptr,
Dfull_filter_block.cc287 const Slice* const const_ikey_ptr, bool* filter_checked, in RangeMayExist() argument
302 const_ikey_ptr, /* get_context */ nullptr, in RangeMayExist()
Dblock_based_table_reader.cc1943 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()