Home
last modified time | relevance | path

Searched refs:BothOfMatcherImpl (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h1257 class BothOfMatcherImpl : public MatcherInterface<T> {
1259 BothOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2) in BothOfMatcherImpl() function
1312 GTEST_DISALLOW_ASSIGN_(BothOfMatcherImpl);
1328 return Matcher<T>(new BothOfMatcherImpl<T>(SafeMatcherCast<T>(matcher1_),
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h1492 class BothOfMatcherImpl : public MatcherInterface<T> {
1494 BothOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2)
1547 GTEST_DISALLOW_ASSIGN_(BothOfMatcherImpl);
1631 using AllOfMatcher = VariadicMatcher<BothOfMatcherImpl, Args...>;
1648 return Matcher<T>(new BothOfMatcherImpl<T>(SafeMatcherCast<T>(matcher1_),