|
Electroneum
|
#include <gmock-matchers.h>


Public Member Functions | |
| Matcher () | |
| Matcher (const MatcherInterface< const internal::string &> *impl) | |
| Matcher (const internal::string &s) | |
| Matcher (const char *s) | |
Public Member Functions inherited from testing::internal::MatcherBase< const internal::string &> | |
| bool | MatchAndExplain (const internal::string & x, MatchResultListener *listener) const |
| bool | Matches (const internal::string & x) const |
| void | DescribeTo (::std::ostream *os) const |
| void | DescribeNegationTo (::std::ostream *os) const |
| void | ExplainMatchResultTo (const internal::string & x, ::std::ostream *os) const |
| const MatcherDescriberInterface * | GetDescriber () const |
Additional Inherited Members | |
Protected Member Functions inherited from testing::internal::MatcherBase< const internal::string &> | |
| MatcherBase () | |
| MatcherBase (const MatcherInterface< const internal::string & > *impl) | |
| virtual | ~MatcherBase () |
Definition at line 339 of file gmock-matchers.h.
|
inline |
Definition at line 342 of file gmock-matchers.h.
|
inlineexplicit |
Definition at line 344 of file gmock-matchers.h.
| testing::Matcher< const internal::string &>::Matcher | ( | const internal::string & | s | ) |
| testing::Matcher< const internal::string &>::Matcher | ( | const char * | s | ) |