Home
last modified time | relevance | path

Searched refs:NewCuckooTableFactory (Results 1 – 9 of 9) sorted by relevance

/rocksdb-6.9/db/
Dcuckoo_table_db_test.cc41 options.table_factory.reset(NewCuckooTableFactory()); in CurrentOptions()
292 options.table_factory.reset(NewCuckooTableFactory()); in TEST_F()
306 NewCuckooTableFactory()); in TEST_F()
Ddb_properties_test.cc1613 options.table_factory.reset(NewCuckooTableFactory()); in TEST_F()
Dc.cc2127 ROCKSDB_NAMESPACE::NewCuckooTableFactory(table_options->rep)); in rocksdb_options_set_cuckoo_table_factory()
/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_factory.cc67 TableFactory* NewCuckooTableFactory(const CuckooTableOptions& table_options) { in NewCuckooTableFactory() function
/rocksdb-6.9/table/adaptive/
Dadaptive_table_factory.cc31 cuckoo_table_factory_.reset(NewCuckooTableFactory()); in AdaptiveTableFactory()
/rocksdb-6.9/include/rocksdb/
Dtable.h486 extern TableFactory* NewCuckooTableFactory(
/rocksdb-6.9/table/
Dtable_reader_bench.cc303 tf.reset(ROCKSDB_NAMESPACE::NewCuckooTableFactory(table_options)); in main()
/rocksdb-6.9/test_util/
Dtestutil.cc230 return NewCuckooTableFactory(); in RandomTableFactory()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc3741 NewCuckooTableFactory(table_options)); in InitializeOptionsFromFlags()