Searched refs:IsHalfOf (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-matchers-containers_test.cc | 2259 PolymorphicMatcher<IsHalfOfMatcher> IsHalfOf() { in IsHalfOf() function 2268 const Matcher<const vector<int>&> m = Pointwise(IsHalfOf(), rhs); in TEST() 2286 const Matcher<const int(&)[2]> m = Pointwise(IsHalfOf(), rhs); in TEST() 2343 EXPECT_THAT(lhs, Not(Pointwise(IsHalfOf(), rhs))); in TEST() 2347 Explain(Pointwise(IsHalfOf(), rhs), lhs)); in TEST() 2353 EXPECT_THAT(lhs, Pointwise(IsHalfOf(), rhs)); in TEST() 2354 EXPECT_EQ("", Explain(Pointwise(IsHalfOf(), rhs), lhs)); in TEST() 2360 const Matcher<std::tuple<const double&, const int&>> m1 = IsHalfOf(); in TEST() 2366 const Matcher<std::tuple<double, int>> m2 = IsHalfOf(); in TEST() 2387 const Matcher<const vector<int>&> m = UnorderedPointwise(IsHalfOf(), rhs); in TEST() [all …]
|