Home
last modified time | relevance | path

Searched refs:ReadBlockContents (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/table/
Dmeta_blocks.cc221 s = block_fetcher.ReadBlockContents(); in ReadProperties()
381 s = block_fetcher.ReadBlockContents(); in ReadTableProperties()
451 s = block_fetcher.ReadBlockContents(); in FindMetaBlock()
494 status = block_fetcher.ReadBlockContents(); in ReadMetaBlock()
521 return block_fetcher2.ReadBlockContents(); in ReadMetaBlock()
Dblock_fetcher.h65 Status ReadBlockContents();
Dblock_fetcher.cc197 Status BlockFetcher::ReadBlockContents() { in ReadBlockContents() function in ROCKSDB_NAMESPACE::BlockFetcher
Dformat.h304 extern Status ReadBlockContents(
Dtable_test.cc4386 ASSERT_OK(block_fetcher.ReadBlockContents()); in TEST_P()
4472 ASSERT_OK(block_fetcher.ReadBlockContents()); in TEST_P()
/rocksdb-6.9/table/block_based/
Dhash_index_reader.cc80 s = prefixes_block_fetcher.ReadBlockContents(); in Create()
90 s = prefixes_meta_block_fetcher.ReadBlockContents(); in Create()
Dblock_based_table_reader.cc174 Status s = block_fetcher.ReadBlockContents(); in ReadBlockFromFile()
1437 s = block_fetcher.ReadBlockContents(); in MaybeReadBlockAndLoadToCache()
2728 s = block_fetcher.ReadBlockContents(); in VerifyChecksumInBlocks()
2787 s = block_fetcher.ReadBlockContents(); in VerifyChecksumInMetaBlocks()