Searched refs:NewCuckooTableFactory (Results 1 – 9 of 9) sorted by relevance
41 options.table_factory.reset(NewCuckooTableFactory()); in CurrentOptions()292 options.table_factory.reset(NewCuckooTableFactory()); in TEST_F()306 NewCuckooTableFactory()); in TEST_F()
1613 options.table_factory.reset(NewCuckooTableFactory()); in TEST_F()
2127 ROCKSDB_NAMESPACE::NewCuckooTableFactory(table_options->rep)); in rocksdb_options_set_cuckoo_table_factory()
67 TableFactory* NewCuckooTableFactory(const CuckooTableOptions& table_options) { in NewCuckooTableFactory() function
31 cuckoo_table_factory_.reset(NewCuckooTableFactory()); in AdaptiveTableFactory()
486 extern TableFactory* NewCuckooTableFactory(
303 tf.reset(ROCKSDB_NAMESPACE::NewCuckooTableFactory(table_options)); in main()
230 return NewCuckooTableFactory(); in RandomTableFactory()
3741 NewCuckooTableFactory(table_options)); in InitializeOptionsFromFlags()