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

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h1255 // sharing the same BothOfMatcherImpl<T> class.
1257 class BothOfMatcherImpl : public MatcherInterface<T> { class in namespace:testing::internal
1259 BothOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2) function in class:testing::internal::BothOfMatcherImpl
1312 GTEST_DISALLOW_ASSIGN_(BothOfMatcherImpl);
1328 return Matcher<T>(new BothOfMatcherImpl<T>(SafeMatcherCast<T>(matcher1_),
/external/gmock/include/gmock/
H A Dgmock-matchers.h1415 // sharing the same BothOfMatcherImpl<T> class.
1417 class BothOfMatcherImpl : public MatcherInterface<T> { class in namespace:testing::internal
1419 BothOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2) function in class:testing::internal::BothOfMatcherImpl
1472 GTEST_DISALLOW_ASSIGN_(BothOfMatcherImpl);
1556 using AllOfMatcher = VariadicMatcher<BothOfMatcherImpl, Args...>;
1573 return Matcher<T>(new BothOfMatcherImpl<T>(SafeMatcherCast<T>(matcher1_),

Completed in 78 milliseconds