Searched defs:EitherOfMatcherImpl (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h1342 // sharing the same EitherOfMatcherImpl<T> class.
1344 class EitherOfMatcherImpl : public MatcherInterface<T> { class in namespace:testing::internal
1346 EitherOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2) function in class:testing::internal::EitherOfMatcherImpl
1399 GTEST_DISALLOW_ASSIGN_(EitherOfMatcherImpl);
1416 return Matcher<T>(new EitherOfMatcherImpl<T>(
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1662 // sharing the same EitherOfMatcherImpl<T> class.
1664 class EitherOfMatcherImpl : public MatcherInterface<T> { class in namespace:testing::internal
1666 EitherOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2) function in class:testing::internal::EitherOfMatcherImpl
1719 GTEST_DISALLOW_ASSIGN_(EitherOfMatcherImpl);
1725 using AnyOfMatcher = VariadicMatcher<EitherOfMatcherImpl, Args...>;
1743 return Matcher<T>(new EitherOfMatcherImpl<T>(
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h1662 // sharing the same EitherOfMatcherImpl<T> class.
1664 class EitherOfMatcherImpl : public MatcherInterface<T> { class in namespace:testing::internal
1666 EitherOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2) function in class:testing::internal::EitherOfMatcherImpl
1719 GTEST_DISALLOW_ASSIGN_(EitherOfMatcherImpl);
1725 using AnyOfMatcher = VariadicMatcher<EitherOfMatcherImpl, Args...>;
1743 return Matcher<T>(new EitherOfMatcherImpl<T>(
/external/fmtlib/test/gmock/
H A Dgmock.h6243 // sharing the same EitherOfMatcherImpl<T> class.
6245 class EitherOfMatcherImpl : public MatcherInterface<T> { class in namespace:testing::internal
6247 EitherOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2) function in class:testing::internal::EitherOfMatcherImpl
6300 GTEST_DISALLOW_ASSIGN_(EitherOfMatcherImpl);
6306 using AnyOfMatcher = VariadicMatcher<EitherOfMatcherImpl, Args...>;
6324 return Matcher<T>(new EitherOfMatcherImpl<T>(

Completed in 183 milliseconds