proxygen
|
#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 |
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 |
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 |
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 |
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 () |
virtual | ~MatcherDescriberInterface () |
virtual | ~MatcherDescriberInterface () |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (Impl) | |
GTEST_DISALLOW_ASSIGN_ (Impl) | |
GTEST_DISALLOW_ASSIGN_ (Impl) | |
Private Attributes | |
const Matcher< InnerMatcherArg > | mono_tuple_matcher_ |
const RhsStlContainer | rhs_ |
Definition at line 2715 of file gmock-matchers.h.
typedef ::testing::tuple<const LhsValue&, const RhsValue&> testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::InnerMatcherArg |
Definition at line 2726 of file gmock-matchers.h.
typedef ::testing::tuple<const LhsValue&, const RhsValue&> testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::InnerMatcherArg |
Definition at line 2726 of file gmock-matchers.h.
typedef ::testing::tuple<const LhsValue&, const RhsValue&> testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::InnerMatcherArg |
Definition at line 2726 of file gmock-matchers.h.
typedef LhsView::type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsStlContainer |
Definition at line 2719 of file gmock-matchers.h.
typedef LhsView::type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsStlContainer |
Definition at line 2719 of file gmock-matchers.h.
typedef LhsView::type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsStlContainer |
Definition at line 2719 of file gmock-matchers.h.
typedef LhsView::const_reference testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsStlContainerReference |
Definition at line 2720 of file gmock-matchers.h.
typedef LhsView::const_reference testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsStlContainerReference |
Definition at line 2720 of file gmock-matchers.h.
typedef LhsView::const_reference testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsStlContainerReference |
Definition at line 2720 of file gmock-matchers.h.
typedef LhsStlContainer::value_type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsValue |
Definition at line 2721 of file gmock-matchers.h.
typedef LhsStlContainer::value_type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsValue |
Definition at line 2721 of file gmock-matchers.h.
typedef LhsStlContainer::value_type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsValue |
Definition at line 2721 of file gmock-matchers.h.
typedef internal::StlContainerView< GTEST_REMOVE_REFERENCE_AND_CONST_(LhsContainer)> testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsView |
Definition at line 2718 of file gmock-matchers.h.
typedef internal::StlContainerView< GTEST_REMOVE_REFERENCE_AND_CONST_(LhsContainer)> testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsView |
Definition at line 2718 of file gmock-matchers.h.
typedef internal::StlContainerView< GTEST_REMOVE_REFERENCE_AND_CONST_(LhsContainer)> testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsView |
Definition at line 2718 of file gmock-matchers.h.
|
inline |
Definition at line 2728 of file gmock-matchers.h.
|
inline |
Definition at line 2728 of file gmock-matchers.h.
|
inline |
Definition at line 2728 of file gmock-matchers.h.
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 2740 of file gmock-matchers.h.
References testing::internal::UniversalPrint().
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 2740 of file gmock-matchers.h.
References testing::internal::UniversalPrint().
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 2740 of file gmock-matchers.h.
References testing::internal::UniversalPrint().
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 2733 of file gmock-matchers.h.
References testing::gtest_printers_test::Print().
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 2733 of file gmock-matchers.h.
References testing::gtest_printers_test::Print().
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 2733 of file gmock-matchers.h.
References testing::gtest_printers_test::Print().
|
private |
|
private |
|
private |
|
inlinevirtual |
Implements testing::MatcherInterface< LhsContainer >.
Definition at line 2749 of file gmock-matchers.h.
References i, testing::MatchResultListener::IsInterested(), testing::internal::PrintIfNotEmpty(), testing::StringMatchResultListener::str(), testing::MatchResultListener::stream(), and testing::internal::UniversalPrint().
|
inlinevirtual |
Implements testing::MatcherInterface< LhsContainer >.
Definition at line 2749 of file gmock-matchers.h.
References GTEST_DISALLOW_ASSIGN_, GTEST_REMOVE_REFERENCE_AND_CONST_, i, testing::internal::PrintIfNotEmpty(), testing::StringMatchResultListener::str(), and testing::internal::UniversalPrint().
|
inlinevirtual |
Implements testing::MatcherInterface< LhsContainer >.
Definition at line 2749 of file gmock-matchers.h.
References GTEST_DISALLOW_ASSIGN_, GTEST_REMOVE_REFERENCE_AND_CONST_, i, testing::internal::PrintIfNotEmpty(), testing::StringMatchResultListener::str(), and testing::internal::UniversalPrint().
|
private |
Definition at line 2785 of file gmock-matchers.h.
|
private |
Definition at line 2786 of file gmock-matchers.h.