#include <gmock.h>

Public Member Functions | |
| virtual void | DescribeNegationTo (::std::ostream *os) const |
| virtual void | DescribeNegationTo (::std::ostream *os) const |
| virtual void | DescribeTo (::std::ostream *os) const |
| virtual void | DescribeTo (::std::ostream *os) const |
| template<typename InnerMatcher > | |
| EachMatcherImpl (InnerMatcher inner_matcher) | |
| template<typename InnerMatcher > | |
| EachMatcherImpl (InnerMatcher inner_matcher) | |
| virtual bool | MatchAndExplain (Container container, MatchResultListener *listener) const |
| virtual bool | MatchAndExplain (Container container, MatchResultListener *listener) const |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (EachMatcherImpl) | |
| GTEST_DISALLOW_ASSIGN_ (EachMatcherImpl) | |
Definition at line 7285 of file fused-src/gmock/gmock.h.
| testing::internal::EachMatcherImpl< Container >::EachMatcherImpl | ( | InnerMatcher | inner_matcher | ) | [inline, explicit] |
Definition at line 7288 of file fused-src/gmock/gmock.h.
| testing::internal::EachMatcherImpl< Container >::EachMatcherImpl | ( | InnerMatcher | inner_matcher | ) | [inline, explicit] |
Definition at line 2636 of file gmock-matchers.h.
| virtual void testing::internal::EachMatcherImpl< Container >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 2645 of file gmock-matchers.h.
| virtual void testing::internal::EachMatcherImpl< Container >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 7297 of file fused-src/gmock/gmock.h.
| virtual void testing::internal::EachMatcherImpl< Container >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Implements testing::MatcherDescriberInterface.
Definition at line 2640 of file gmock-matchers.h.
| virtual void testing::internal::EachMatcherImpl< Container >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Implements testing::MatcherDescriberInterface.
Definition at line 7292 of file fused-src/gmock/gmock.h.
| testing::internal::EachMatcherImpl< Container >::GTEST_DISALLOW_ASSIGN_ | ( | EachMatcherImpl< Container > | ) | [private] |
| testing::internal::EachMatcherImpl< Container >::GTEST_DISALLOW_ASSIGN_ | ( | EachMatcherImpl< Container > | ) | [private] |
| virtual bool testing::internal::EachMatcherImpl< Container >::MatchAndExplain | ( | Container | container, |
| MatchResultListener * | listener | ||
| ) | const [inline, virtual] |
Implements testing::MatcherInterface< Container >.
Definition at line 2650 of file gmock-matchers.h.
| virtual bool testing::internal::EachMatcherImpl< Container >::MatchAndExplain | ( | Container | container, |
| MatchResultListener * | listener | ||
| ) | const [inline, virtual] |
Implements testing::MatcherInterface< Container >.
Definition at line 7302 of file fused-src/gmock/gmock.h.