Home
last modified time | relevance | path

Searched refs:loaded_bbt_opt (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/examples/
Doptions_file_example.cc89 auto* loaded_bbt_opt = reinterpret_cast<BlockBasedTableOptions*>( in main() local
92 assert(loaded_bbt_opt->block_size == bbt_opts.block_size); in main()
95 loaded_bbt_opt->block_cache = cache; in main()
/rocksdb-6.9/utilities/options/
Doptions_util.cc38 auto* loaded_bbt_opt = in LoadOptionsFromFile() local
40 loaded_bbt_opt->block_cache = *cache; in LoadOptionsFromFile()
Doptions_util_test.cc132 auto* loaded_bbt_opt = reinterpret_cast<BlockBasedTableOptions*>( in TEST_F() local
135 if (loaded_bbt_opt != nullptr) { in TEST_F()
136 ASSERT_EQ(loaded_bbt_opt->block_cache.get(), cache.get()); in TEST_F()