Lines Matching refs:BlockBasedTableOptions
173 const BlockBasedTableOptions& table_options, in Finish()
192 const BlockBasedTableOptions& table_options,
224 const BlockBasedTableOptions& table_options, in FinishImpl()
327 const BlockBasedTableOptions& /*table_options*/, in FinishImpl() argument
479 const BlockBasedTableOptions& /*table_options*/, in FinishImpl() argument
544 const BlockBasedTableOptions& /*table_options*/, in FinishImpl() argument
1036 BlockBasedTableOptions table_options_ = BlockBasedTableOptions();
1066 void IndexTest(BlockBasedTableOptions table_options);
1081 BlockBasedTableOptions GetBlockBasedTableOptions() { in GetBlockBasedTableOptions()
1082 BlockBasedTableOptions options; in GetBlockBasedTableOptions()
1355 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
1403 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in IndexUncompressedHelper()
1432 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
1459 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
1508 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
1550 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
1591 BlockBasedTableOptions* table_options, const char* key_begin, in PrefetchRange()
1641 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
1703 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
1711 table_options.index_type = BlockBasedTableOptions::kBinarySearch; in TEST_P()
1716 table_options.index_type = BlockBasedTableOptions::kHashSearch; in TEST_P()
1722 table_options.index_type = BlockBasedTableOptions::kHashSearch; in TEST_P()
1729 table_options.index_type = BlockBasedTableOptions::kHashSearch; in TEST_P()
1736 table_options.index_type = BlockBasedTableOptions::kTwoLevelIndexSearch; in TEST_P()
1742 BlockBasedTableOptions::kBinarySearchWithFirstKey; in TEST_P()
1801 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
1841 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
1894 void TableTest::IndexTest(BlockBasedTableOptions table_options) { in IndexTest()
2097 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
2098 table_options.index_type = BlockBasedTableOptions::kBinarySearch; in TEST_P()
2103 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
2104 table_options.index_type = BlockBasedTableOptions::kHashSearch; in TEST_P()
2113 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
2114 table_options.index_type = BlockBasedTableOptions::kTwoLevelIndexSearch; in TEST_P()
2123 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
2160 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
2161 table_options.index_type = BlockBasedTableOptions::kBinarySearchWithFirstKey; in TEST_P()
2172 FlushBlockPolicy* NewFlushBlockPolicy(const BlockBasedTableOptions&, in NewFlushBlockPolicy() argument
2197 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
2199 use_first_key ? BlockBasedTableOptions::kBinarySearchWithFirstKey in TEST_P()
2200 : BlockBasedTableOptions::kBinarySearch; in TEST_P()
2203 BlockBasedTableOptions::IndexShorteningMode::kNoShortening; in TEST_P()
2391 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
2392 table_options.index_type = BlockBasedTableOptions::kBinarySearchWithFirstKey; in TEST_P()
2468 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
2488 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
2513 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
2587 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
2631 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
2760 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
2808 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
2974 BlockBasedTableOptions table_options; in ValidateBlockSizeDeviation()
2978 const BlockBasedTableOptions* normalized_table_options = in ValidateBlockSizeDeviation()
2979 (const BlockBasedTableOptions*)factory->GetOptions(); in ValidateBlockSizeDeviation()
2986 BlockBasedTableOptions table_options; in ValidateBlockRestartInterval()
2990 const BlockBasedTableOptions* normalized_table_options = in ValidateBlockRestartInterval()
2991 (const BlockBasedTableOptions*)factory->GetOptions(); in ValidateBlockRestartInterval()
3026 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
3112 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
3196 BlockBasedTableOptions table_options; in TEST_P()
3244 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
3286 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
3487 BlockBasedTableOptions table_options; in TEST_F()
3523 BlockBasedTableOptions table_options; in DoCompressionTest()
3909 BlockBasedTableOptions table_options; in TEST_P()
4016 ROCKSDB_NAMESPACE::BlockBasedTableOptions bbto; in TEST_F()
4051 BlockBasedTableOptions bbto = GetBlockBasedTableOptions(); in TEST_P()
4233 BlockBasedTableOptions bbto = GetBlockBasedTableOptions(); in TEST_P()
4324 BlockBasedTableOptions bbto = GetBlockBasedTableOptions(); in TEST_P()
4437 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
4501 BlockBasedTableOptions bbto = GetBlockBasedTableOptions(); in TEST_P()
4566 BlockBasedTableOptions table_options = GetBlockBasedTableOptions(); in TEST_P()
4568 BlockBasedTableOptions::kDataBlockBinaryAndHash; in TEST_P()
4667 BlockBasedTableOptions table_opt(GetBlockBasedTableOptions()); in TEST_P()
4703 BlockBasedTableOptions table_opt(GetBlockBasedTableOptions()); in TEST_P()