|
Monero
|
#include <gmock-matchers.h>
Classes | |
| class | Impl |
Public Types | |
| typedef internal::StlContainerView< RhsContainer > | RhsView |
| typedef RhsView::type | RhsStlContainer |
| typedef RhsStlContainer::value_type | RhsValue |
Public Member Functions | |
| PointwiseMatcher (const TupleMatcher &tuple_matcher, const RhsContainer &rhs) | |
| template<typename LhsContainer> | |
| operator Matcher< LhsContainer > () const | |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (PointwiseMatcher) | |
Private Attributes | |
| const TupleMatcher | tuple_matcher_ |
| const RhsStlContainer | rhs_ |
| typedef RhsView::type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::RhsStlContainer |
| typedef RhsStlContainer::value_type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::RhsValue |
| typedef internal::StlContainerView<RhsContainer> testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::RhsView |
|
inline |
|
private |
|
inline |
|
private |
|
private |