All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
testing::internal::BothOfMatcherImpl< T > Class Template Reference
Inheritance diagram for testing::internal::BothOfMatcherImpl< T >:
testing::MatcherInterface< T > testing::MatcherDescriberInterface

Public Member Functions

 BothOfMatcherImpl (const Matcher< T > &matcher1, const Matcher< T > &matcher2)
 
virtual void DescribeNegationTo (::std::ostream *os) const
 
virtual void DescribeTo (::std::ostream *os) const
 
virtual bool MatchAndExplain (T x, MatchResultListener *listener) const