Searched refs:OptionVerificationType (Results 1 – 8 of 8) sorted by relevance
| /rocksdb-6.9/options/ |
| D | options_helper.cc | 1085 case OptionVerificationType::kByName: in ParseColumnFamilyOption() 1219 case OptionVerificationType::kByName: in ParseDBOption() 1501 OptionVerificationType::kNormal, true, 1519 OptionVerificationType::kNormal, true, 1559 OptionVerificationType::kNormal, true, 1563 OptionVerificationType::kNormal, true, 1575 OptionVerificationType::kNormal, true, 1579 OptionVerificationType::kNormal, true, 1587 OptionVerificationType::kNormal, true, 1911 OptionVerificationType::kNormal, true, [all …]
|
| D | options_parser.cc | 623 if (type_info.verification == OptionVerificationType::kByName || in AreEqualOptions() 625 OptionVerificationType::kByNameAllowFromNull || in AreEqualOptions() 626 type_info.verification == OptionVerificationType::kByNameAllowNull) { in AreEqualOptions() 641 OptionVerificationType::kByNameAllowNull) { in AreEqualOptions() 646 OptionVerificationType::kByNameAllowFromNull) { in AreEqualOptions() 743 if (pair.second.verification == OptionVerificationType::kDeprecated) { in VerifyDBOptions() 781 if (pair.second.verification == OptionVerificationType::kDeprecated) { in VerifyCFOptions()
|
| D | options_helper.h | 88 enum class OptionVerificationType { enum 108 OptionVerificationType verification;
|
| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_factory.h | 109 OptionType::kBoolean, OptionVerificationType::kNormal, false, 0}}, 113 OptionType::kBoolean, OptionVerificationType::kNormal, false, 0}}, 121 OptionVerificationType::kNormal, false, 0}}, 128 OptionVerificationType::kNormal, false, 0}}, 132 OptionVerificationType::kNormal, false, 0}}, 136 OptionType::kDouble, OptionVerificationType::kNormal, false, 0}}, 146 OptionType::kSizeT, OptionVerificationType::kNormal, false, 0}}, 149 OptionType::kInt, OptionVerificationType::kNormal, false, 0}}, 152 OptionType::kInt, OptionVerificationType::kNormal, false, 0}}, 155 OptionType::kInt, OptionVerificationType::kNormal, false, 0}}, [all …]
|
| D | block_based_table_factory.cc | 445 if (iter->second.verification == OptionVerificationType::kDeprecated) { in GetOptionString() 538 if (opt_info.verification != OptionVerificationType::kDeprecated && in ParseBlockBasedTableOption() 577 (iter->second.verification != OptionVerificationType::kByName && in GetBlockBasedTableOptionsFromMap() 579 OptionVerificationType::kByNameAllowNull && in GetBlockBasedTableOptionsFromMap() 581 OptionVerificationType::kByNameAllowFromNull && in GetBlockBasedTableOptionsFromMap() 582 iter->second.verification != OptionVerificationType::kDeprecated)) { in GetBlockBasedTableOptionsFromMap() 611 if (pair.second.verification == OptionVerificationType::kDeprecated) { in VerifyBlockBasedTableFactory()
|
| /rocksdb-6.9/table/plain/ |
| D | plain_table_factory.h | 199 OptionVerificationType::kNormal, false, 0}}, 202 OptionVerificationType::kNormal, false, 0}}, 205 OptionVerificationType::kNormal, false, 0}}, 208 OptionVerificationType::kNormal, false, 0}}, 211 OptionType::kSizeT, OptionVerificationType::kNormal, false, 0}}, 214 OptionType::kEncodingType, OptionVerificationType::kByName, false, 0}}, 217 OptionVerificationType::kNormal, false, 0}}, 220 OptionType::kBoolean, OptionVerificationType::kNormal, false, 0}}};
|
| D | plain_table_factory.cc | 181 if (opt_info.verification != OptionVerificationType::kDeprecated && in ParsePlainTableOptions() 205 (iter->second.verification != OptionVerificationType::kByName && in GetPlainTableOptionsFromMap() 207 OptionVerificationType::kByNameAllowNull && in GetPlainTableOptionsFromMap() 209 OptionVerificationType::kByNameAllowFromNull && in GetPlainTableOptionsFromMap() 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()
|