Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::EitherOfMatcherImpl< T > Class Template Reference

#include <gmock.h>

Inheritance diagram for testing::internal::EitherOfMatcherImpl< T >:
Inheritance graph
[legend]

Public Member Functions

virtual void DescribeNegationTo (::std::ostream *os) const
 
virtual void DescribeTo (::std::ostream *os) const
 
 EitherOfMatcherImpl (const Matcher< T > &matcher1, const Matcher< T > &matcher2)
 
virtual bool MatchAndExplain (T x, MatchResultListener *listener) const
 
- Public Member Functions inherited from testing::MatcherDescriberInterface
virtual ~MatcherDescriberInterface ()
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (EitherOfMatcherImpl)
 

Private Attributes

const Matcher< Tmatcher1_
 
const Matcher< Tmatcher2_
 

Detailed Description

template<typename T>
class testing::internal::EitherOfMatcherImpl< T >

Definition at line 6483 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

Constructor & Destructor Documentation

◆ EitherOfMatcherImpl()

template<typename T >
testing::internal::EitherOfMatcherImpl< T >::EitherOfMatcherImpl ( const Matcher< T > &  matcher1,
const Matcher< T > &  matcher2 
)
inline

Definition at line 6485 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

Member Function Documentation

◆ DescribeNegationTo()

template<typename T >
virtual void testing::internal::EitherOfMatcherImpl< T >::DescribeNegationTo ( ::std::ostream *  os) const
inlinevirtual

◆ DescribeTo()

template<typename T >
virtual void testing::internal::EitherOfMatcherImpl< T >::DescribeTo ( ::std::ostream *  os) const
inlinevirtual

◆ GTEST_DISALLOW_ASSIGN_()

template<typename T >
testing::internal::EitherOfMatcherImpl< T >::GTEST_DISALLOW_ASSIGN_ ( EitherOfMatcherImpl< T )
private

◆ MatchAndExplain()

template<typename T >
virtual bool testing::internal::EitherOfMatcherImpl< T >::MatchAndExplain ( T  x,
MatchResultListener listener 
) const
inlinevirtual

Member Data Documentation

◆ matcher1_

template<typename T >
const Matcher<T> testing::internal::EitherOfMatcherImpl< T >::matcher1_
private

Definition at line 6535 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

◆ matcher2_

template<typename T >
const Matcher<T> testing::internal::EitherOfMatcherImpl< T >::matcher2_
private

Definition at line 6536 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.


The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:48