Home
last modified time | relevance | path

Searched refs:kUInt (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/options/
Doptions_helper.cc492 case OptionType::kUInt: in ParseOptionHelper()
616 case OptionType::kUInt: in SerializeSingleOptionHelper()
1586 {offsetof(struct DBOptions, stats_dump_period_sec), OptionType::kUInt,
1591 OptionType::kUInt, OptionVerificationType::kNormal, true,
1978 {0, OptionType::kUInt, OptionVerificationType::kDeprecated, false, 0}},
2071 {offset_of(&CompactionOptionsUniversal::size_ratio), OptionType::kUInt,
2076 OptionType::kUInt, OptionVerificationType::kNormal, true,
2080 OptionType::kUInt, OptionVerificationType::kNormal, true,
2085 OptionType::kUInt, OptionVerificationType::kNormal, true,
Doptions_helper.h53 kUInt, enumerator
Doptions_parser.cc523 case OptionType::kUInt: in AreEqualOptions()