Lines Matching refs:Block
120 class BlocklikeTraits<Block> {
122 static Block* Create(BlockContents&& contents, size_t read_amp_bytes_per_bit, in Create()
125 return new Block(std::move(contents), read_amp_bytes_per_bit, statistics); in Create()
128 static uint32_t GetNumRestarts(const Block& block) { in GetNumRestarts()
645 std::unique_ptr<Block> metaindex; in Open()
1060 std::unique_ptr<Block>* metaindex_block, in ReadMetaIndexBlock()
1064 std::unique_ptr<Block> metaindex; in ReadMetaIndexBlock()
1343 const Rep* rep, Block* block, BlockType block_type, in InitBlockIterator()
1353 const Rep* rep, Block* block, BlockType block_type, in InitBlockIterator()
1542 autovector<CachableEntry<Block>, MultiGetContext::MAX_BATCH_SIZE>* results, in RetrieveMultipleBlocks() argument
1726 CachableEntry<Block>* block_entry = &(*results)[idx_in_batch]; in RetrieveMultipleBlocks()
1762 (*results)[idx_in_batch].SetOwnedValue(new Block( in RetrieveMultipleBlocks()
1852 template Status BlockBasedTable::RetrieveBlock<Block>(
1855 CachableEntry<Block>* block_entry, BlockType block_type,
1868 std::unordered_map<uint64_t, CachableEntry<Block>>* block_map) in PartitionedIndexIteratorState()
2337 autovector<CachableEntry<Block>, MultiGetContext::MAX_BATCH_SIZE> results; in MultiGet()
2670 std::unique_ptr<Block> metaindex; in VerifyChecksum()
2867 std::unique_ptr<Block> metaindex_guard; in CreateIndexReader()
3054 std::unique_ptr<Block> metaindex; in DumpTable()