Searched refs:IsHalfOf (Results 1 - 1 of 1) sorted by relevance
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-containers_test.cc | 2238 PolymorphicMatcher<IsHalfOfMatcher> IsHalfOf() { in IsHalfOf() function 2247 const Matcher<const vector<int>&> m = Pointwise(IsHalfOf(), rhs); in TEST() 2265 const Matcher<const int(&)[2]> m = Pointwise(IsHalfOf(), rhs); in TEST() 2322 EXPECT_THAT(lhs, Not(Pointwise(IsHalfOf(), rhs))); in TEST() 2326 Explain(Pointwise(IsHalfOf(), rhs), lhs)); in TEST() 2332 EXPECT_THAT(lhs, Pointwise(IsHalfOf(), rhs)); in TEST() 2333 EXPECT_EQ("", Explain(Pointwise(IsHalfOf(), rhs), lhs)); in TEST() 2339 const Matcher<std::tuple<const double&, const int&>> m1 = IsHalfOf(); in TEST() 2345 const Matcher<std::tuple<double, int>> m2 = IsHalfOf(); in TEST() 2366 const Matcher<const vector<int>&> m = UnorderedPointwise(IsHalfOf(), rh in TEST() [all...] |
Completed in 5 milliseconds