#include <gmock.h>
Public Member Functions | |
Matcher () | |
Matcher (const char *s) | |
Matcher (const internal::string &s) | |
Matcher (const MatcherInterface< internal::string > *impl) | |
![]() | |
void | DescribeNegationTo (::std::ostream *os) const |
void | DescribeTo (::std::ostream *os) const |
void | ExplainMatchResultTo (internal::string x, ::std::ostream *os) const |
const MatcherDescriberInterface * | GetDescriber () const |
bool | MatchAndExplain (internal::string x, MatchResultListener *listener) const |
bool | Matches (internal::string x) const |
Additional Inherited Members | |
![]() | |
MatcherBase () | |
MatcherBase (const MatcherInterface< internal::string > *impl) | |
virtual | ~MatcherBase () |
Definition at line 5175 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 5178 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlineexplicit |
Definition at line 5180 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
testing::Matcher< internal::string >::Matcher | ( | const internal::string & | s | ) |
Definition at line 10825 of file gmock-gtest-all.cc.
testing::Matcher< internal::string >::Matcher | ( | const char * | s | ) |
Definition at line 10828 of file gmock-gtest-all.cc.