Home
last modified time | relevance | path

Searched refs:OpenDb (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/utilities/merge_operators/string_append/
Dstringappend_test.cc122 OpenDb = func; in SetOpenDbFunction()
126 static OpenFuncPtr OpenDb; member in ROCKSDB_NAMESPACE::StringAppendOperatorTest
133 auto db_ = OpenDb(','); in TEST_F()
227 auto db = OpenDb(','); in TEST_F()
242 auto db = OpenDb('|'); in TEST_F()
255 auto db = OpenDb('!'); in TEST_F()
266 auto db = OpenDb('\n'); in TEST_F()
292 auto db = OpenDb(' '); in TEST_F()
343 auto db = OpenDb(' '); in TEST_F()
396 auto db = OpenDb('\n'); in TEST_F()
[all …]
/rocksdb-6.9/utilities/cassandra/
Dcassandra_functional_test.cc123 std::shared_ptr<DB> OpenDb() { in OpenDb() function in ROCKSDB_NAMESPACE::cassandra::CassandraFunctionalTest
142 CassandraStore store(OpenDb()); in TEST_F()
177 CassandraStore store(OpenDb()); in TEST_F()
210 CassandraStore store(OpenDb()); in TEST_F()
241 CassandraStore store(OpenDb()); in TEST_F()
263 CassandraStore store(OpenDb()); in TEST_F()
293 CassandraStore store(OpenDb()); in TEST_F()
/rocksdb-6.9/utilities/option_change_migration/
Doption_change_migration.cc27 Status OpenDb(const Options& options, const std::string& dbname, in OpenDb() function
51 Status s = OpenDb(no_compact_opts, dbname, &db); in CompactToLevel()
74 s = OpenDb(no_compact_opts, dbname, &db); in CompactToLevel()
89 Status s = OpenDb(opts, dbname, &db); in MigrateToUniversal()
/rocksdb-6.9/db/
Dmerge_test.cc74 std::shared_ptr<DB> OpenDb(const std::string& dbname, const bool ttl = false, in OpenDb() function
403 auto db = OpenDb(dbname, use_ttl); in runTest()
420 auto db = OpenDb(dbname, use_ttl, max_merge); in runTest()
433 auto db = OpenDb(dbname, use_ttl, max_merge); in runTest()
439 auto db = OpenDb(dbname, use_ttl, max_merge); in runTest()
449 auto db = OpenDb(dbname); in runTest()
Dprefix_test.cc220 std::shared_ptr<DB> OpenDb() { in OpenDb() function in ROCKSDB_NAMESPACE::PrefixTest
354 auto db = OpenDb(); in TEST_F()
527 auto db = OpenDb(); in TEST_F()
579 auto db = OpenDb(); in TEST_F()
686 auto db = OpenDb(); in TEST_F()
802 auto db = OpenDb(); in TEST_F()
835 auto db = OpenDb(); in TEST_F()
855 auto db = OpenDb(); in TEST_F()
Dperf_context_test.cc39 std::shared_ptr<DB> OpenDb(bool read_only = false) { in OpenDb() function
71 auto db = OpenDb(); in TEST_F()
209 auto db = OpenDb(); in ProfileQueries()
393 db = OpenDb(true); in ProfileQueries()
513 auto db = OpenDb(); in TEST_F()
821 auto db = OpenDb(); in TEST_F()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc4064 OpenDb(options, FLAGS_db, &db_); in InitializeOptionsGeneral()
4073 OpenDb(options, GetPathForMultiple(FLAGS_db, i), &multi_dbs_[i]); in InitializeOptionsGeneral()
4106 void OpenDb(Options options, const std::string& db_name, in OpenDb() function in ROCKSDB_NAMESPACE::Benchmark