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

References

utils/unittest/googlemock/include/gmock/gmock-matchers.h
 4381 inline internal::AllOfMatcher<Args...> AllOf(const Args&... matchers) {
 4381 inline internal::AllOfMatcher<Args...> AllOf(const Args&... matchers) {
 4382   return internal::AllOfMatcher<Args...>(matchers...);