Home
last modified time | relevance | path

Searched refs:InsertBlockInCache (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/table/block_based/
Dblock_based_table_builder.h122 Status InsertBlockInCache(const Slice& block_contents,
Dblock_based_table_builder.cc776 r->status = InsertBlockInCache(block_contents, type, handle); in WriteRawBlock()
802 Status BlockBasedTableBuilder::InsertBlockInCache(const Slice& block_contents, in InsertBlockInCache() function in ROCKSDB_NAMESPACE::BlockBasedTableBuilder