Home
last modified time | relevance | path

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

/rocksdb-6.9/options/
Doptions_helper.cc383 if (opt_info.verification == OptionVerificationType::kDeprecated) { in ParseSingleStructOption()
805 if (opt_info.verification == OptionVerificationType::kDeprecated) { in GetMutableOptionsFromStrings()
1078 if (opt_info.verification != OptionVerificationType::kDeprecated && in ParseColumnFamilyOption()
1091 case OptionVerificationType::kDeprecated: in ParseColumnFamilyOption()
1133 if (iter->second.verification == OptionVerificationType::kDeprecated) { in GetStringFromStruct()
1212 if (opt_info.verification != OptionVerificationType::kDeprecated && in ParseDBOption()
1224 case OptionVerificationType::kDeprecated: in ParseDBOption()
1448 {0, OptionType::kBoolean, OptionVerificationType::kDeprecated, true,
1859 {0, OptionType::kDouble, OptionVerificationType::kDeprecated, true,
1862 {0, OptionType::kDouble, OptionVerificationType::kDeprecated, true,
[all …]
Doptions_helper.h96 kDeprecated // The option is no longer used in rocksdb. The RocksDB enumerator
Doptions_parser.cc743 if (pair.second.verification == OptionVerificationType::kDeprecated) { in VerifyDBOptions()
781 if (pair.second.verification == OptionVerificationType::kDeprecated) { in VerifyCFOptions()
/rocksdb-6.9/table/block_based/
Dblock_based_table_factory.cc445 if (iter->second.verification == OptionVerificationType::kDeprecated) { in GetOptionString()
538 if (opt_info.verification != OptionVerificationType::kDeprecated && in ParseBlockBasedTableOption()
582 iter->second.verification != OptionVerificationType::kDeprecated)) { in GetBlockBasedTableOptionsFromMap()
611 if (pair.second.verification == OptionVerificationType::kDeprecated) { in VerifyBlockBasedTableFactory()
Dblock_based_table_factory.h157 {0, OptionType::kUInt64T, OptionVerificationType::kDeprecated, false,
173 {0, OptionType::kBoolean, OptionVerificationType::kDeprecated, false,
/rocksdb-6.9/table/plain/
Dplain_table_factory.cc181 if (opt_info.verification != OptionVerificationType::kDeprecated && in ParsePlainTableOptions()
210 iter->second.verification != OptionVerificationType::kDeprecated)) { in GetPlainTableOptionsFromMap()
/rocksdb-6.9/db/
Ddb_options_test.cc42 opt.second.verification != OptionVerificationType::kDeprecated) { in GetMutableDBOptionsMap()
58 opt.second.verification != OptionVerificationType::kDeprecated) { in GetMutableCFOptionsMap()