Searched refs:another_map (Results 1 – 1 of 1) sorted by relevance
2193 map<std::string, int> another_map; in TEST() local2195 another_map["fee"] = 1; in TEST()2197 another_map["fie"] = 2; in TEST()2198 another_map["foe"] = 3; in TEST()2199 another_map["fum"] = 4; in TEST()3085 map<std::string, int> another_map; in TEST() local3086 another_map["fee"] = 1; in TEST()3087 another_map["fie"] = 2; in TEST()3088 another_map["foe"] = 3; in TEST()3089 another_map["fum"] = 4; in TEST()[all …]