Searched defs:vector_match (Results 1 – 1 of 1) sorted by relevance
5344 Matcher<const std::vector<int>&> vector_match = ElementsAre(1, 2); in TEST() local5514 Matcher<const std::vector<int>&> vector_match = ElementsAre(1, 2, 3, 4, 5); in TEST() local