Searched refs:mutable_map (Results 1 – 1 of 1) sorted by relevance
39 std::unordered_map<std::string, std::string> mutable_map; in GetMutableDBOptionsMap() local43 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() local59 mutable_map[opt.first] = options_map[opt.first]; in GetMutableCFOptionsMap()62 return mutable_map; in GetMutableCFOptionsMap()