Searched refs:bbt_opts (Results 1 – 3 of 3) sorted by relevance
49 BlockBasedTableOptions bbt_opts; in main() local50 bbt_opts.block_size = 32 * 1024; in main()51 bbt_opts.block_cache = cache; in main()56 cf_descs[0].options.table_factory.reset(NewBlockBasedTableFactory(bbt_opts)); in main()58 cf_descs[1].options.table_factory.reset(NewBlockBasedTableFactory(bbt_opts)); in main()92 assert(loaded_bbt_opt->block_size == bbt_opts.block_size); in main()
49 const auto bbt_opts = bbtf->table_options(); in GetCachePointersFromTableFactory() local50 cache_set->insert(bbt_opts.block_cache.get()); in GetCachePointersFromTableFactory()51 cache_set->insert(bbt_opts.block_cache_compressed.get()); in GetCachePointersFromTableFactory()110 BlockBasedTableOptions bbt_opts; in TEST_F() local111 bbt_opts.block_cache = NewLRUCache(4096 * 1000 * 10); in TEST_F()
102 BlockBasedTableOptions bbt_opts; in TEST_F() local103 bbt_opts.block_size = 32 * 1024; in TEST_F()108 NewBlockBasedTableFactory(bbt_opts)); in TEST_F()112 cf_opt_sample.table_factory.reset(NewBlockBasedTableFactory(bbt_opts)); in TEST_F()