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

References

utils/unittest/googlemock/include/gmock/gmock-matchers.h
 1494 class BothOfMatcherImpl : public MatcherInterface<T> {
 1496   BothOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2)
 1496   BothOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2)
 1515   virtual bool MatchAndExplain(T x, MatchResultListener* listener) const {
 1546   const Matcher<T> matcher1_;
 1547   const Matcher<T> matcher2_;