Searched defs:BothOfMatcherImpl (Results 1 - 4 of 4) 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/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1490 // sharing the same BothOfMatcherImpl<T> class.
1492 class BothOfMatcherImpl : public MatcherInterface<T> { class in namespace:testing::internal
1494 BothOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2) function in class:testing::internal::BothOfMatcherImpl
1547 GTEST_DISALLOW_ASSIGN_(BothOfMatcherImpl);
1631 using AllOfMatcher = VariadicMatcher<BothOfMatcherImpl, Args...>;
1648 return Matcher<T>(new BothOfMatcherImpl<T>(SafeMatcherCast<T>(matcher1_),
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h1490 // sharing the same BothOfMatcherImpl<T> class.
1492 class BothOfMatcherImpl : public MatcherInterface<T> { class in namespace:testing::internal
1494 BothOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2) function in class:testing::internal::BothOfMatcherImpl
1547 GTEST_DISALLOW_ASSIGN_(BothOfMatcherImpl);
1631 using AllOfMatcher = VariadicMatcher<BothOfMatcherImpl, Args...>;
1648 return Matcher<T>(new BothOfMatcherImpl<T>(SafeMatcherCast<T>(matcher1_),
/external/fmtlib/test/gmock/
H A Dgmock.h6071 // sharing the same BothOfMatcherImpl<T> class.
6073 class BothOfMatcherImpl : public MatcherInterface<T> { class in namespace:testing::internal
6075 BothOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2) function in class:testing::internal::BothOfMatcherImpl
6128 GTEST_DISALLOW_ASSIGN_(BothOfMatcherImpl);
6212 using AllOfMatcher = VariadicMatcher<BothOfMatcherImpl, Args...>;
6229 return Matcher<T>(new BothOfMatcherImpl<T>(SafeMatcherCast<T>(matcher1_),

Completed in 342 milliseconds