Searched refs:IsHalfOf (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc6392 PolymorphicMatcher<IsHalfOfMatcher> IsHalfOf() { function in namespace:testing::gmock_matchers_test
6401 const Matcher<const vector<int>&> m = Pointwise(IsHalfOf(), rhs);
6417 const Matcher<const int (&)[2]> m = Pointwise(IsHalfOf(), rhs);
6479 EXPECT_THAT(lhs, Not(Pointwise(IsHalfOf(), rhs)));
6482 Explain(Pointwise(IsHalfOf(), rhs), lhs));
6488 EXPECT_THAT(lhs, Pointwise(IsHalfOf(), rhs));
6489 EXPECT_EQ("", Explain(Pointwise(IsHalfOf(), rhs), lhs));
6495 const Matcher<tuple<const double&, const int&> > m1 = IsHalfOf();
6501 const Matcher<tuple<double, int> > m2 = IsHalfOf();
6511 const Matcher<const vector<int>&> m = UnorderedPointwise(IsHalfOf(), rh
[all...]

Completed in 172 milliseconds