Home
last modified time | relevance | path

Searched refs:kByNameAllowNull (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/table/plain/
Dplain_table_factory.cc207 OptionVerificationType::kByNameAllowNull && in GetPlainTableOptionsFromMap()
/rocksdb-6.9/options/
Doptions_helper.h92 kByNameAllowNull, // Same as kByName, but it also allows the case enumerator
Doptions_parser.cc626 type_info.verification == OptionVerificationType::kByNameAllowNull) { in AreEqualOptions()
641 OptionVerificationType::kByNameAllowNull) { in AreEqualOptions()
Doptions_helper.cc1086 case OptionVerificationType::kByNameAllowNull: in ParseColumnFamilyOption()
1220 case OptionVerificationType::kByNameAllowNull: in ParseDBOption()
1996 OptionType::kSliceTransform, OptionVerificationType::kByNameAllowNull,
2001 OptionType::kSliceTransform, OptionVerificationType::kByNameAllowNull,
/rocksdb-6.9/table/block_based/
Dblock_based_table_factory.cc579 OptionVerificationType::kByNameAllowNull && in GetBlockBasedTableOptionsFromMap()