Searched refs:bbto (Results 1 – 11 of 11) sorted by relevance
155 BlockBasedTableOptions bbto; in TEST_F() local221 BlockBasedTableOptions bbto; in TEST_F() local273 BlockBasedTableOptions bbto; in TEST_F() local901 BlockBasedTableOptions bbto; in TEST_F() local930 BlockBasedTableOptions bbto; in TEST_F() local1326 BlockBasedTableOptions bbto; in TEST_F() local1400 bbto.block_cache.reset(); in TEST_F()1417 bbto.block_cache.reset(); in TEST_F()1431 bbto.block_cache.reset(); in TEST_F()1446 bbto.block_cache.reset(); in TEST_F()[all …]
310 BlockBasedTableOptions bbto; in TEST_P() local311 bbto.no_block_cache = disable_block_cache_; in TEST_P()312 if (bbto.no_block_cache == false) { in TEST_P()313 bbto.block_cache = NewLRUCache(64 * 1024 * 1024); in TEST_P()315 bbto.block_cache = nullptr; in TEST_P()349 if (bbto.block_cache) { in TEST_P()350 bbto.block_cache->SetCapacity(1); in TEST_P()358 if (bbto.block_cache) { in TEST_P()359 bbto.block_cache->SetCapacity(64 * 1024 * 1024); in TEST_P()375 BlockBasedTableOptions bbto; in TEST_P() local[all …]
440 BlockBasedTableOptions bbto; in TEST_P() local441 bbto.filter_policy = std::get<0>(GetParam()); in TEST_P()442 bbto.whole_key_filtering = true; in TEST_P()552 BlockBasedTableOptions bbto; in TEST_P() local553 bbto.filter_policy = std::get<0>(GetParam()); in TEST_P()554 bbto.whole_key_filtering = true; in TEST_P()664 BlockBasedTableOptions bbto; in TEST_F() local667 bbto.whole_key_filtering = true; in TEST_F()777 BlockBasedTableOptions bbto; in TEST_P() local778 bbto.filter_policy = std::get<1>(GetParam()); in TEST_P()[all …]
44 BlockBasedTableOptions bbto; in TEST_P() local46 bbto.no_block_cache = false; in TEST_P()51 bbto.whole_key_filtering = false; in TEST_P()61 if (bbto.block_cache) { in TEST_P()2073 BlockBasedTableOptions bbto; in TEST_F() local2878 bbto.block_size = 16384; in TEST_F()2879 bbto.no_block_cache = true; in TEST_F()3604 BlockBasedTableOptions bbto; in TEST_F() local3605 bbto.no_block_cache = false; in TEST_F()4000 BlockBasedTableOptions bbto; in TEST_F() local[all …]
234 BlockBasedTableOptions bbto; in OpenDb() local235 bbto.filter_policy.reset(NewBloomFilterPolicy(10, false)); in OpenDb()236 bbto.whole_key_filtering = false; in OpenDb()237 options.table_factory.reset(NewBlockBasedTableFactory(bbto)); in OpenDb()301 BlockBasedTableOptions bbto; in TEST() local302 bbto.filter_policy.reset(NewBloomFilterPolicy(10, false)); in TEST()303 bbto.whole_key_filtering = false; in TEST()304 options.table_factory.reset(NewBlockBasedTableFactory(bbto)); in TEST()
1418 BlockBasedTableOptions bbto; in TEST_F() local1419 bbto.filter_policy.reset(NewBloomFilterPolicy(10, false)); in TEST_F()1420 options.table_factory.reset(NewBlockBasedTableFactory(bbto)); in TEST_F()1511 BlockBasedTableOptions bbto; in TEST_P() local1513 bbto.index_type = BlockBasedTableOptions::IndexType::kTwoLevelIndexSearch; in TEST_P()1514 bbto.partition_filters = true; in TEST_P()1516 bbto.filter_policy.reset(NewBloomFilterPolicy(10, false)); in TEST_P()1517 bbto.whole_key_filtering = false; in TEST_P()1518 bbto.cache_index_and_filter_blocks = false; in TEST_P()1519 options.table_factory.reset(NewBlockBasedTableFactory(bbto)); in TEST_P()
586 BlockBasedTableOptions bbto; in TEST_F() local587 bbto.cache_index_and_filter_blocks = true; in TEST_F()588 bbto.block_cache = NewLRUCache(8 << 20); in TEST_F()589 opts.table_factory.reset(NewBlockBasedTableFactory(bbto)); in TEST_F()624 bbto.block_cache->EraseUnRefEntries(); in TEST_F()
175 BlockBasedTableOptions bbto; in TEST_P() local176 bbto.cache_index_and_filter_blocks = true; in TEST_P()177 bbto.filter_policy.reset(NewBloomFilterPolicy(10, false)); in TEST_P()178 bbto.whole_key_filtering = true; in TEST_P()179 options.table_factory.reset(NewBlockBasedTableFactory(bbto)); in TEST_P()
109 BlockBasedTableOptions* bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F() local114 *bbto = BlockBasedTableOptions(); in TEST_F()118 bbto->~BlockBasedTableOptions(); in TEST_F()122 bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()125 bbto->use_delta_encoding = true; in TEST_F()135 *bbto, in TEST_F()166 bbto->~BlockBasedTableOptions(); in TEST_F()
102 BlockBasedTableOptions bbto; in TEST_F() local103 bbto.filter_policy.reset(NewBloomFilterPolicy(10, false)); in TEST_F()104 bbto.whole_key_filtering = false; in TEST_F()105 last_options_.table_factory.reset(NewBlockBasedTableFactory(bbto)); in TEST_F()
4016 ROCKSDB_NAMESPACE::BlockBasedTableOptions bbto; in TEST_F() local4018 bbto.block_size = 262144; in TEST_F()4019 bbto.whole_key_filtering = true; in TEST_F()4051 BlockBasedTableOptions bbto = GetBlockBasedTableOptions(); in TEST_P() local4233 BlockBasedTableOptions bbto = GetBlockBasedTableOptions(); in TEST_P() local4234 bbto.block_align = true; in TEST_P()4291 bbto.block_align = false; in TEST_P()4325 bbto.block_align = true; in TEST_P()4502 bbto.block_size = 4000; in TEST_P()4503 bbto.block_align = true; in TEST_P()[all …]