Home
last modified time | relevance | path

Searched refs:GetBlocks (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/table/block_based/
Dblock_prefix_index.h26 uint32_t GetBlocks(const Slice& key, uint32_t** blocks);
Dblock_prefix_index.cc210 uint32_t BlockPrefixIndex::GetBlocks(const Slice& key, uint32_t** blocks) { in GetBlocks() function in ROCKSDB_NAMESPACE::BlockPrefixIndex
Dblock.cc814 uint32_t num_blocks = prefix_index_->GetBlocks(target, &block_ids); in PrefixSeek()