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

References

utils/unittest/googlemock/include/gmock/gmock-matchers.h
 1446 class NotMatcherImpl : public MatcherInterface<T> {
 1448   explicit NotMatcherImpl(const Matcher<T>& matcher)
 1451   virtual bool MatchAndExplain(T x, MatchResultListener* listener) const {
 1464   const Matcher<T> matcher_;