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

Declarations

utils/unittest/googlemock/include/gmock/gmock-matchers.h
  673 Matcher<T> A();

References

utils/unittest/googlemock/include/gmock/gmock-matchers.h
  881   operator Matcher<T>() const { return A<T>(); }
utils/unittest/googlemock/include/gmock/gmock-spec-builders.h
  302         extra_matcher_(A<const ArgumentTuple&>()) {
  895         extra_matcher_(A<const ArgumentTuple&>()),