Home
last modified time | relevance | path

Searched refs:EitherOfMatcherImpl (Results 1 – 2 of 2) 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/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/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>(