Searched refs:kDeprecated (Results 1 – 7 of 7) sorted by relevance
| /rocksdb-6.9/options/ |
| D | options_helper.cc | 383 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 …]
|
| D | options_helper.h | 96 kDeprecated // The option is no longer used in rocksdb. The RocksDB enumerator
|
| D | options_parser.cc | 743 if (pair.second.verification == OptionVerificationType::kDeprecated) { in VerifyDBOptions() 781 if (pair.second.verification == OptionVerificationType::kDeprecated) { in VerifyCFOptions()
|
| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_factory.cc | 445 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()
|
| D | block_based_table_factory.h | 157 {0, OptionType::kUInt64T, OptionVerificationType::kDeprecated, false, 173 {0, OptionType::kBoolean, OptionVerificationType::kDeprecated, false,
|
| /rocksdb-6.9/table/plain/ |
| D | plain_table_factory.cc | 181 if (opt_info.verification != OptionVerificationType::kDeprecated && in ParsePlainTableOptions() 210 iter->second.verification != OptionVerificationType::kDeprecated)) { in GetPlainTableOptionsFromMap()
|
| /rocksdb-6.9/db/ |
| D | db_options_test.cc | 42 opt.second.verification != OptionVerificationType::kDeprecated) { in GetMutableDBOptionsMap() 58 opt.second.verification != OptionVerificationType::kDeprecated) { in GetMutableCFOptionsMap()
|