Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Ddb_options_test.cc39 std::unordered_map<std::string, std::string> mutable_map; in GetMutableDBOptionsMap() local
43 mutable_map[opt.first] = options_map[opt.first]; in GetMutableDBOptionsMap()
46 return mutable_map; in GetMutableDBOptionsMap()
55 std::unordered_map<std::string, std::string> mutable_map; in GetMutableCFOptionsMap() local
59 mutable_map[opt.first] = options_map[opt.first]; in GetMutableCFOptionsMap()
62 return mutable_map; in GetMutableCFOptionsMap()