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