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