reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/unittest/googlemock/include/gmock/gmock-matchers.h
 1633 using AllOfMatcher = VariadicMatcher<BothOfMatcherImpl, Args...>;
 1727 using AnyOfMatcher = VariadicMatcher<EitherOfMatcherImpl, Args...>;
 4381 inline internal::AllOfMatcher<Args...> AllOf(const Args&... matchers) {
 4386 inline internal::AnyOfMatcher<Args...> AnyOf(const Args&... matchers) {