Home | History | Annotate | Download | only in test

Lines Matching full:vector_match

4303     Matcher<const std::vector<int>&> vector_match = ElementsAre(1, 2);
4304 EXPECT_THAT(d, WhenSorted(vector_match));
4412 Matcher<const std::vector<int>&> vector_match = ElementsAre(1, 2, 3, 4, 5);
4413 EXPECT_THAT(s, WhenSorted(vector_match));