#include <gmock.h>
Public Member Functions | |
| void | DescribeNegationTo (::std::ostream *os) const |
| void | DescribeTo (::std::ostream *os) const |
| void | ExplainMatchResultTo (T x, ::std::ostream *os) const |
| const MatcherDescriberInterface * | GetDescriber () const |
| bool | MatchAndExplain (T x, MatchResultListener *listener) const |
| bool | Matches (T x) const |
Protected Member Functions | |
| MatcherBase () | |
| MatcherBase (const MatcherInterface< T > *impl) | |
| virtual | ~MatcherBase () |
Private Attributes | |
| ::testing::internal::linked_ptr< const MatcherInterface< T > > | impl_ |
Definition at line 5071 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlineprotected |
Definition at line 5107 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlineexplicitprotected |
Definition at line 5110 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlineprotectedvirtual |
Definition at line 5113 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 5089 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 5086 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 5094 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 5102 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 5075 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 5080 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 5127 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.