Home
last modified time | relevance | path

Searched defs:block_offset (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/table/block_based/
Dfull_filter_block.cc108 uint64_t block_offset, const bool no_io, in KeyMayMatch()
149 uint64_t block_offset, const bool no_io, in PrefixMayMatch()
189 uint64_t block_offset, const bool no_io, in KeysMayMatch()
206 uint64_t block_offset, const bool no_io, in PrefixesMayMatch()
Dblock_based_filter_block.cc75 void BlockBasedFilterBlockBuilder::StartBlock(uint64_t block_offset) { in StartBlock()
201 uint64_t block_offset, const bool no_io, in KeyMayMatch()
213 uint64_t block_offset, const bool no_io, in PrefixMayMatch()
247 const Slice& entry, uint64_t block_offset, bool no_io, in MayMatch()
Dfilter_block.h108 uint64_t block_offset, const bool no_io, in KeysMayMatch()
133 uint64_t block_offset, const bool no_io, in PrefixesMayMatch()
Dpartitioned_filter_block.cc160 uint64_t block_offset, const bool no_io, const Slice* const const_ikey_ptr, in KeyMayMatch()
175 uint64_t block_offset, const bool no_io, const Slice* const const_ikey_ptr, in PrefixMayMatch()
250 uint64_t block_offset, bool no_io, const Slice* const_ikey_ptr, in MayMatch()
/rocksdb-6.9/util/
Ddynamic_bloom.cc60 auto block_offset = reinterpret_cast<uintptr_t>(raw) % block_bytes; in DynamicBloom() local
/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_trace_analyzer.h37 uint64_t block_offset = 0; member
/rocksdb-6.9/trace_replay/
Dblock_cache_tracer.cc418 uint64_t block_offset = ParseUint64(record_strs[20]); in ReadAccess() local