| 
    Wire Sysio Wire Sysion 1.0.0
    
   | 
 
#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::MatcherInterface< LhsContainer > | |
  Public Member Functions inherited from testing::MatcherDescriberInterface | |
| virtual | ~MatcherDescriberInterface () | 
Definition at line 3018 of file gmock-matchers.h.
| ::testing::tuple<const LhsValue&, const RhsValue&> testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::InnerMatcherArg | 
Definition at line 3029 of file gmock-matchers.h.
| LhsView::type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsStlContainer | 
Definition at line 3022 of file gmock-matchers.h.
| LhsView::const_reference testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsStlContainerReference | 
Definition at line 3023 of file gmock-matchers.h.
| LhsStlContainer::value_type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsValue | 
Definition at line 3024 of file gmock-matchers.h.
| internal::StlContainerView< GTEST_REMOVE_REFERENCE_AND_CONST_(LhsContainer)> testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsView | 
Definition at line 3021 of file gmock-matchers.h.
      
  | 
  inline | 
Definition at line 3031 of file gmock-matchers.h.
      
  | 
  inlinevirtual | 
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 3043 of file gmock-matchers.h.

      
  | 
  inlinevirtual | 
Implements testing::MatcherDescriberInterface.
Definition at line 3036 of file gmock-matchers.h.

      
  | 
  inlinevirtual | 
Implements testing::MatcherInterface< LhsContainer >.
Definition at line 3052 of file gmock-matchers.h.
