Searched refs:OptionType (Results 1 – 6 of 6) sorted by relevance
| /rocksdb-6.9/options/ |
| D | options_helper.cc | 480 case OptionType::kInt: in ParseOptionHelper() 483 case OptionType::kInt32T: in ParseOptionHelper() 486 case OptionType::kInt64T: in ParseOptionHelper() 492 case OptionType::kUInt: in ParseOptionHelper() 501 case OptionType::kSizeT: in ParseOptionHelper() 504 case OptionType::kString: in ParseOptionHelper() 507 case OptionType::kDouble: in ParseOptionHelper() 600 case OptionType::kInt: in SerializeSingleOptionHelper() 603 case OptionType::kInt32T: in SerializeSingleOptionHelper() 616 case OptionType::kUInt: in SerializeSingleOptionHelper() [all …]
|
| D | options_parser.cc | 504 case OptionType::kBoolean: in AreEqualOptions() 507 case OptionType::kInt: in AreEqualOptions() 510 case OptionType::kInt32T: in AreEqualOptions() 513 case OptionType::kInt64T: in AreEqualOptions() 520 case OptionType::kVectorInt: in AreEqualOptions() 523 case OptionType::kUInt: in AreEqualOptions() 526 case OptionType::kUInt32T: in AreEqualOptions() 529 case OptionType::kUInt64T: in AreEqualOptions() 536 case OptionType::kSizeT: in AreEqualOptions() 543 case OptionType::kString: in AreEqualOptions() [all …]
|
| D | options_helper.h | 47 enum class OptionType { enum 107 OptionType type; 116 const OptionType opt_type, std::string* value); 146 extern bool ParseOptionHelper(char* opt_address, const OptionType& opt_type,
|
| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_factory.h | 109 OptionType::kBoolean, OptionVerificationType::kNormal, false, 0}}, 113 OptionType::kBoolean, OptionVerificationType::kNormal, false, 0}}, 120 OptionType::kBlockBasedTableIndexType, 127 OptionType::kBlockBasedTableDataBlockIndexType, 131 OptionType::kBlockBasedTableIndexShorteningMode, 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 …]
|
| D | block_based_table_factory.cc | 497 OptionType::kLRUCacheOptions, value)) { in ParseBlockBasedTableOption()
|
| /rocksdb-6.9/table/plain/ |
| D | plain_table_factory.h | 198 {offsetof(struct PlainTableOptions, user_key_len), OptionType::kUInt32T, 201 {offsetof(struct PlainTableOptions, bloom_bits_per_key), OptionType::kInt, 204 {offsetof(struct PlainTableOptions, hash_table_ratio), OptionType::kDouble, 207 {offsetof(struct PlainTableOptions, index_sparseness), OptionType::kSizeT, 211 OptionType::kSizeT, OptionVerificationType::kNormal, false, 0}}, 214 OptionType::kEncodingType, OptionVerificationType::kByName, false, 0}}, 216 {offsetof(struct PlainTableOptions, full_scan_mode), OptionType::kBoolean, 220 OptionType::kBoolean, OptionVerificationType::kNormal, false, 0}}};
|