Home | History | Annotate | Download | only in gmock

Lines Matching refs:BothOfMatcherImpl

1255 // sharing the same BothOfMatcherImpl<T> class.
1257 class BothOfMatcherImpl : public MatcherInterface<T> {
1259 BothOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2)
1312 GTEST_DISALLOW_ASSIGN_(BothOfMatcherImpl);
1328 return Matcher<T>(new BothOfMatcherImpl<T>(SafeMatcherCast<T>(matcher1_),