Searched defs:block_offset (Results 1 – 7 of 7) sorted by relevance
| /rocksdb-6.9/table/block_based/ |
| D | full_filter_block.cc | 108 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()
|
| D | block_based_filter_block.cc | 75 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()
|
| D | filter_block.h | 108 uint64_t block_offset, const bool no_io, in KeysMayMatch() 133 uint64_t block_offset, const bool no_io, in PrefixesMayMatch()
|
| D | partitioned_filter_block.cc | 160 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/ |
| D | dynamic_bloom.cc | 60 auto block_offset = reinterpret_cast<uintptr_t>(raw) % block_bytes; in DynamicBloom() local
|
| /rocksdb-6.9/tools/block_cache_analyzer/ |
| D | block_cache_trace_analyzer.h | 37 uint64_t block_offset = 0; member
|
| /rocksdb-6.9/trace_replay/ |
| D | block_cache_tracer.cc | 418 uint64_t block_offset = ParseUint64(record_strs[20]); in ReadAccess() local
|