Searched refs:kBinarySearchWithFirstKey (Results 1 – 10 of 10) sorted by relevance
121 kBinarySearchWithFirstKey = 0x03, enumerator
54 case BlockBasedTableOptions::kBinarySearchWithFirstKey: { in CreateIndexBuilder()
851 rep_->index_type == BlockBasedTableOptions::kBinarySearchWithFirstKey; in ReadPropertiesBlock()2861 case BlockBasedTableOptions::kBinarySearchWithFirstKey: { in CreateIndexReader()
209 IndexType::kTwoLevelIndexSearch, IndexType::kBinarySearchWithFirstKey}}; in RandomBlockBasedTableOptions()
1742 BlockBasedTableOptions::kBinarySearchWithFirstKey; in TEST_P()2161 table_options.index_type = BlockBasedTableOptions::kBinarySearchWithFirstKey; in TEST_P()2199 use_first_key ? BlockBasedTableOptions::kBinarySearchWithFirstKey in TEST_P()2392 table_options.index_type = BlockBasedTableOptions::kBinarySearchWithFirstKey; in TEST_P()
1139 BlockBasedTableOptions::IndexType::kBinarySearchWithFirstKey; in TEST_P()1230 BlockBasedTableOptions::IndexType::kBinarySearchWithFirstKey; in TEST_P()
1697 BlockBasedTableOptions::IndexType::kBinarySearchWithFirstKey}};
6256 kBinarySearchWithFirstKey: in toJavaIndexType()6279 kBinarySearchWithFirstKey; in toCppIndexType()
3777 BlockBasedTableOptions::kBinarySearchWithFirstKey; in InitializeOptionsFromFlags()
269 * Add index type BlockBasedTableOptions::IndexType::kBinarySearchWithFirstKey. It significantly red…