|
Monero
|
#include <gmock-matchers.h>


Public Types | |
| typedef internal::StlContainerView< GTEST_REMOVE_REFERENCE_AND_CONST_(LhsContainer)> | LhsView |
| typedef LhsView::type | LhsStlContainer |
| typedef LhsView::const_reference | LhsStlContainerReference |
| typedef LhsStlContainer::value_type | LhsValue |
| typedef ::testing::tuple< const LhsValue &, const RhsValue & > | InnerMatcherArg |
Public Member Functions | |
| Impl (const TupleMatcher &tuple_matcher, const RhsStlContainer &rhs) | |
| virtual void | DescribeTo (::std::ostream *os) const |
| virtual void | DescribeNegationTo (::std::ostream *os) const |
| virtual bool | MatchAndExplain (LhsContainer lhs, MatchResultListener *listener) const |
| Public Member Functions inherited from testing::MatcherDescriberInterface | |
| virtual | ~MatcherDescriberInterface () |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (Impl) | |
Private Attributes | |
| const Matcher< InnerMatcherArg > | mono_tuple_matcher_ |
| const RhsStlContainer | rhs_ |
| typedef ::testing::tuple<const LhsValue&, const RhsValue&> testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::InnerMatcherArg |
| typedef LhsView::type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsStlContainer |
| typedef LhsView::const_reference testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsStlContainerReference |
| typedef LhsStlContainer::value_type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsValue |
| typedef internal::StlContainerView< GTEST_REMOVE_REFERENCE_AND_CONST_(LhsContainer)> testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsView |
|
inline |
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
|
private |
|
inlinevirtual |
Implements testing::MatcherInterface< LhsContainer >.
|
private |
|
private |