Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc2193 map<std::string, int> another_map; in TEST() local
2195 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() local
3086 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 …]