Searched refs:GetBlocks (Results 1 – 3 of 3) sorted by relevance
26 uint32_t GetBlocks(const Slice& key, uint32_t** blocks);
210 uint32_t BlockPrefixIndex::GetBlocks(const Slice& key, uint32_t** blocks) { in GetBlocks() function in ROCKSDB_NAMESPACE::BlockPrefixIndex
814 uint32_t num_blocks = prefix_index_->GetBlocks(target, &block_ids); in PrefixSeek()