Wire Sysio Wire Sysion 1.0.0
|
#include <gmock-matchers.h>
Public Types | |
typedef RawPairType::first_type | FirstType |
typedef RawPairType::second_type | SecondType |
Public Member Functions | |
typedef | GTEST_REMOVE_REFERENCE_AND_CONST_ (PairType) RawPairType |
template<typename FirstMatcher , typename SecondMatcher > | |
PairMatcherImpl (FirstMatcher first_matcher, SecondMatcher second_matcher) | |
virtual void | DescribeTo (::std::ostream *os) const |
virtual void | DescribeNegationTo (::std::ostream *os) const |
virtual bool | MatchAndExplain (PairType a_pair, MatchResultListener *listener) const |
Public Member Functions inherited from testing::MatcherInterface< PairType > | |
Public Member Functions inherited from testing::MatcherDescriberInterface | |
virtual | ~MatcherDescriberInterface () |
Definition at line 3353 of file gmock-matchers.h.
RawPairType::first_type testing::internal::PairMatcherImpl< PairType >::FirstType |
Definition at line 3356 of file gmock-matchers.h.
RawPairType::second_type testing::internal::PairMatcherImpl< PairType >::SecondType |
Definition at line 3357 of file gmock-matchers.h.
|
inline |
Definition at line 3360 of file gmock-matchers.h.
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 3376 of file gmock-matchers.h.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 3368 of file gmock-matchers.h.
typedef testing::internal::PairMatcherImpl< PairType >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | PairType | ) |
|
inlinevirtual |
Implements testing::MatcherInterface< PairType >.
Definition at line 3385 of file gmock-matchers.h.