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

References

utils/unittest/googlemock/include/gmock/gmock-matchers.h
 1666 class EitherOfMatcherImpl : public MatcherInterface<T> {
 1668   EitherOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2)
 1668   EitherOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2)
 1687   virtual bool MatchAndExplain(T x, MatchResultListener* listener) const {
 1718   const Matcher<T> matcher1_;
 1719   const Matcher<T> matcher2_;