Searched refs:error_if_exists (Results 1 – 17 of 17) sorted by relevance
| /rocksdb-6.9/db/ |
| D | db_io_failure_test.cc | 160 options.error_if_exists = false; in TEST_F() 217 options.error_if_exists = false; in TEST_F() 257 options.error_if_exists = false; in TEST_F() 316 options.error_if_exists = false; in TEST_F() 383 options.error_if_exists = false; in TEST_F() 423 options.error_if_exists = false; in TEST_F() 473 options.error_if_exists = false; in TEST_F() 514 options.error_if_exists = false; in TEST_F()
|
| D | db_basic_test.cc | 670 options.error_if_exists = true; in TEST_F() 677 options.error_if_exists = false; in TEST_F()
|
| D | db_test.cc | 2077 options.error_if_exists = true; in TEST_F() 2084 options.error_if_exists = false; in TEST_F()
|
| D | c.cc | 2224 opt->rep.error_if_exists = v; in rocksdb_options_set_error_if_exists()
|
| /rocksdb-6.9/utilities/leveldb_options/ |
| D | leveldb_options.cc | 23 error_if_exists(false), in LevelDBOptions() 38 options.error_if_exists = leveldb_options.error_if_exists; in ConvertOptions()
|
| /rocksdb-6.9/options/ |
| D | db_options.cc | 26 error_if_exists(options.error_if_exists), in ImmutableDBOptions() 104 error_if_exists); in Dump()
|
| D | db_options.h | 23 bool error_if_exists; member
|
| D | options_test.cc | 244 ASSERT_EQ(new_db_opt.error_if_exists, false); in TEST_F() 1089 ASSERT_EQ(converted_opt.error_if_exists, leveldb_opt.error_if_exists); in TEST_F()
|
| D | options_helper.cc | 38 options.error_if_exists = immutable_db_options.error_if_exists; in BuildDBOptions() 1466 {offsetof(struct DBOptions, error_if_exists), OptionType::kBoolean,
|
| /rocksdb-6.9/include/rocksdb/utilities/ |
| D | leveldb_options.h | 50 bool error_if_exists; member
|
| /rocksdb-6.9/examples/ |
| D | rocksdb_option_file_example.ini | 71 error_if_exists=false
|
| /rocksdb-6.9/docs/_docs/ |
| D | getting-started.md | 36 options.error_if_exists = true;
|
| /rocksdb-6.9/include/rocksdb/ |
| D | options.h | 389 bool error_if_exists = false; member
|
| /rocksdb-6.9/java/rocksjni/ |
| D | options.cc | 357 ->error_if_exists; in Java_org_rocksdb_Options_errorIfExists() 366 JNIEnv*, jobject, jlong jhandle, jboolean error_if_exists) { in Java_org_rocksdb_Options_setErrorIfExists() argument 367 reinterpret_cast<ROCKSDB_NAMESPACE::Options*>(jhandle)->error_if_exists = in Java_org_rocksdb_Options_setErrorIfExists() 368 static_cast<bool>(error_if_exists); in Java_org_rocksdb_Options_setErrorIfExists() 4796 JNIEnv*, jobject, jlong jhandle, jboolean error_if_exists) { in Java_org_rocksdb_DBOptions_setErrorIfExists() argument 4797 reinterpret_cast<ROCKSDB_NAMESPACE::DBOptions*>(jhandle)->error_if_exists = in Java_org_rocksdb_DBOptions_setErrorIfExists() 4798 static_cast<bool>(error_if_exists); in Java_org_rocksdb_DBOptions_setErrorIfExists() 4809 ->error_if_exists; in Java_org_rocksdb_DBOptions_errorIfExists()
|
| /rocksdb-6.9/test_util/ |
| D | testutil.cc | 263 db_opt->error_if_exists = rnd->Uniform(2); in RandomInitDBOptions()
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_open.cc | 386 if (immutable_db_options_.error_if_exists) { in Recover()
|
| /rocksdb-6.9/table/ |
| D | table_test.cc | 575 options.error_if_exists = true; in NewDB()
|