Home
last modified time | relevance | path

Searched refs:EitherOfMatcherImpl (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h1344 class EitherOfMatcherImpl : public MatcherInterface<T> {
1346 EitherOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2) in EitherOfMatcherImpl() function
1399 GTEST_DISALLOW_ASSIGN_(EitherOfMatcherImpl);
1416 return Matcher<T>(new EitherOfMatcherImpl<T>(
/external/v8/testing/gmock/include/gmock/
Dgmock-matchers.h1664 class EitherOfMatcherImpl : public MatcherInterface<T> {
1666 EitherOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2)
1719 GTEST_DISALLOW_ASSIGN_(EitherOfMatcherImpl);
1725 using AnyOfMatcher = VariadicMatcher<EitherOfMatcherImpl, Args...>;
1743 return Matcher<T>(new EitherOfMatcherImpl<T>(
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h1664 class EitherOfMatcherImpl : public MatcherInterface<T> {
1666 EitherOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2)
1719 GTEST_DISALLOW_ASSIGN_(EitherOfMatcherImpl);
1725 using AnyOfMatcher = VariadicMatcher<EitherOfMatcherImpl, Args...>;
1743 return Matcher<T>(new EitherOfMatcherImpl<T>(
/external/fmtlib/test/gmock/
Dgmock.h6245 class EitherOfMatcherImpl : public MatcherInterface<T> {
6247 EitherOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2)
6300 GTEST_DISALLOW_ASSIGN_(EitherOfMatcherImpl);
6306 using AnyOfMatcher = VariadicMatcher<EitherOfMatcherImpl, Args...>;
6324 return Matcher<T>(new EitherOfMatcherImpl<T>(