#include <gmock.h>

Public Member Functions | |
| template<typename InnerMatcher > | |
| ContainsMatcherImpl (InnerMatcher inner_matcher) | |
| template<typename InnerMatcher > | |
| ContainsMatcherImpl (InnerMatcher inner_matcher) | |
| 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 |
| virtual bool | MatchAndExplain (Container container, MatchResultListener *listener) const |
| virtual bool | MatchAndExplain (Container container, MatchResultListener *listener) const |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (ContainsMatcherImpl) | |
| GTEST_DISALLOW_ASSIGN_ (ContainsMatcherImpl) | |
Definition at line 7256 of file fused-src/gmock/gmock.h.
| testing::internal::ContainsMatcherImpl< Container >::ContainsMatcherImpl | ( | InnerMatcher | inner_matcher | ) | [inline, explicit] |
Definition at line 7259 of file fused-src/gmock/gmock.h.
| testing::internal::ContainsMatcherImpl< Container >::ContainsMatcherImpl | ( | InnerMatcher | inner_matcher | ) | [inline, explicit] |
Definition at line 2607 of file gmock-matchers.h.
| virtual void testing::internal::ContainsMatcherImpl< Container >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 2616 of file gmock-matchers.h.
| virtual void testing::internal::ContainsMatcherImpl< Container >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 7268 of file fused-src/gmock/gmock.h.
| virtual void testing::internal::ContainsMatcherImpl< Container >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Implements testing::MatcherDescriberInterface.
Definition at line 2611 of file gmock-matchers.h.
| virtual void testing::internal::ContainsMatcherImpl< Container >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Implements testing::MatcherDescriberInterface.
Definition at line 7263 of file fused-src/gmock/gmock.h.
| testing::internal::ContainsMatcherImpl< Container >::GTEST_DISALLOW_ASSIGN_ | ( | ContainsMatcherImpl< Container > | ) | [private] |
| testing::internal::ContainsMatcherImpl< Container >::GTEST_DISALLOW_ASSIGN_ | ( | ContainsMatcherImpl< Container > | ) | [private] |
| virtual bool testing::internal::ContainsMatcherImpl< Container >::MatchAndExplain | ( | Container | container, |
| MatchResultListener * | listener | ||
| ) | const [inline, virtual] |
Implements testing::MatcherInterface< Container >.
Definition at line 2621 of file gmock-matchers.h.
| virtual bool testing::internal::ContainsMatcherImpl< Container >::MatchAndExplain | ( | Container | container, |
| MatchResultListener * | listener | ||
| ) | const [inline, virtual] |
Implements testing::MatcherInterface< Container >.
Definition at line 7273 of file fused-src/gmock/gmock.h.