Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.h442 Status DumpIndexBlock(WritableFile* out_file);
Dblock_based_table_reader.cc3113 s = DumpIndexBlock(out_file); in DumpTable()
3165 Status BlockBasedTable::DumpIndexBlock(WritableFile* out_file) { in DumpIndexBlock() function in ROCKSDB_NAMESPACE::BlockBasedTable