Home
last modified time | relevance | path

Searched refs:OptionVerificationType (Results 1 – 8 of 8) sorted by relevance

/rocksdb-6.9/options/
Doptions_helper.cc1085 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 …]
Doptions_parser.cc623 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()
Doptions_helper.h88 enum class OptionVerificationType { enum
108 OptionVerificationType verification;
/rocksdb-6.9/table/block_based/
Dblock_based_table_factory.h109 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 …]
Dblock_based_table_factory.cc445 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/
Dplain_table_factory.h199 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}}};
Dplain_table_factory.cc181 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/
Ddb_options_test.cc42 opt.second.verification != OptionVerificationType::kDeprecated) { in GetMutableDBOptionsMap()
58 opt.second.verification != OptionVerificationType::kDeprecated) { in GetMutableCFOptionsMap()