Home
last modified time | relevance | path

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

/rocksdb-6.9/table/plain/
Dplain_table_factory.cc209 OptionVerificationType::kByNameAllowFromNull && in GetPlainTableOptionsFromMap()
/rocksdb-6.9/options/
Doptions_helper.h94 kByNameAllowFromNull, // Same as kByName, but it also allows the case enumerator
Doptions_parser.cc625 OptionVerificationType::kByNameAllowFromNull || in AreEqualOptions()
646 OptionVerificationType::kByNameAllowFromNull) { in AreEqualOptions()
Doptions_helper.cc1087 case OptionVerificationType::kByNameAllowFromNull: in ParseColumnFamilyOption()
2022 OptionVerificationType::kByNameAllowFromNull, false, 0}},
/rocksdb-6.9/table/block_based/
Dblock_based_table_factory.cc581 OptionVerificationType::kByNameAllowFromNull && in GetBlockBasedTableOptionsFromMap()