Searched refs:kInt (Results 1 – 5 of 5) sorted by relevance
| /rocksdb-6.9/options/ |
| D | options_helper.cc | 480 case OptionType::kInt: in ParseOptionHelper() 600 case OptionType::kInt: in SerializeSingleOptionHelper() 1505 OptionType::kInt, OptionVerificationType::kNormal, true, 1509 OptionType::kInt, OptionVerificationType::kNormal, true, 1518 {offsetof(struct DBOptions, max_open_files), OptionType::kInt, 1872 OptionType::kInt, OptionVerificationType::kNormal, true, 1877 OptionType::kInt, OptionVerificationType::kNormal, true, 1881 OptionType::kInt, OptionVerificationType::kNormal, true, 1889 OptionType::kInt, OptionVerificationType::kNormal, true, 1907 OptionType::kInt, OptionVerificationType::kNormal, true, [all …]
|
| D | options_helper.h | 49 kInt, enumerator
|
| D | options_parser.cc | 507 case OptionType::kInt: in AreEqualOptions()
|
| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_factory.h | 149 OptionType::kInt, OptionVerificationType::kNormal, false, 0}}, 152 OptionType::kInt, OptionVerificationType::kNormal, false, 0}}, 155 OptionType::kInt, OptionVerificationType::kNormal, false, 0}},
|
| /rocksdb-6.9/table/plain/ |
| D | plain_table_factory.h | 201 {offsetof(struct PlainTableOptions, bloom_bits_per_key), OptionType::kInt,
|