Home
last modified time | relevance | path

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

/rocksdb-6.9/options/
Doptions_parser.cc223 std::unordered_map<std::string, std::string> opt_map; in Parse() local
239 opt_map.clear(); in Parse()
264 opt_map.insert({name, value}); in Parse()
269 opt_map.clear(); in Parse()
377 const std::unordered_map<std::string, std::string>& opt_map, in EndSection() argument
386 db_opt_map_ = opt_map; in EndSection()
400 cf_opt_maps_.emplace_back(opt_map); in EndSection()
419 for (const auto& pair : opt_map) { in EndSection()
633 if (opt_map == nullptr) { in AreEqualOptions()
636 auto iter = opt_map->find(opt_name); in AreEqualOptions()
[all …]
Doptions_parser.h43 const std::unordered_map<std::string, std::string>* opt_map);
111 const std::unordered_map<std::string, std::string>& opt_map,
Doptions_helper.h43 const std::unordered_map<std::string, std::string>& opt_map,
Doptions_helper.cc1380 const std::unordered_map<std::string, std::string>& opt_map, in GetTableFactoryFromMap() argument
1385 s = GetBlockBasedTableOptionsFromMap(BlockBasedTableOptions(), opt_map, in GetTableFactoryFromMap()
1396 s = GetPlainTableOptionsFromMap(PlainTableOptions(), opt_map, &pt_opt, in GetTableFactoryFromMap()
/rocksdb-6.9/db/
Ddb_options_test.cc72 auto opt_map = GetMutableCFOptionsMap(sanitized_options); in GetRandomizedMutableCFOptionsMap() local
74 return opt_map; in GetRandomizedMutableCFOptionsMap()