#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 |
| virtual bool | MatchAndExplain (T, MatchResultListener *) const |
| virtual bool | MatchAndExplain (T, MatchResultListener *) const |
Definition at line 5492 of file fused-src/gmock/gmock.h.
| virtual void testing::internal::AnyMatcherImpl< T >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 845 of file gmock-matchers.h.
| virtual void testing::internal::AnyMatcherImpl< T >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 5497 of file fused-src/gmock/gmock.h.
| virtual void testing::internal::AnyMatcherImpl< T >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Implements testing::MatcherDescriberInterface.
Definition at line 844 of file gmock-matchers.h.
| virtual void testing::internal::AnyMatcherImpl< T >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Implements testing::MatcherDescriberInterface.
Definition at line 5496 of file fused-src/gmock/gmock.h.
| virtual bool testing::internal::AnyMatcherImpl< T >::MatchAndExplain | ( | T | , |
| MatchResultListener * | |||
| ) | const [inline, virtual] |
Implements testing::MatcherInterface< T >.
Definition at line 842 of file gmock-matchers.h.
| virtual bool testing::internal::AnyMatcherImpl< T >::MatchAndExplain | ( | T | , |
| MatchResultListener * | |||
| ) | const [inline, virtual] |
Implements testing::MatcherInterface< T >.
Definition at line 5494 of file fused-src/gmock/gmock.h.