|
v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <gmock-matchers.h>


Public Member Functions | |
| Matcher () | |
| Matcher (const MatcherInterface< internal::string > *impl) | |
| Matcher (const internal::string &s) | |
| Matcher (const char *s) | |
| bool | MatchAndExplain (internal::string x, MatchResultListener *listener) const |
| bool | Matches (internal::string x) const |
| void | DescribeTo (::std::ostream *os) const |
| void | DescribeNegationTo (::std::ostream *os) const |
| void | ExplainMatchResultTo (internal::string x,::std::ostream *os) const |
| const MatcherDescriberInterface * | GetDescriber () const |
Definition at line 356 of file gmock-matchers.h.
|
inline |
Definition at line 359 of file gmock-matchers.h.
|
inlineexplicit |
Definition at line 361 of file gmock-matchers.h.
References GTEST_API_.
| testing::Matcher< internal::string >::Matcher | ( | const internal::string & | s | ) |
| testing::Matcher< internal::string >::Matcher | ( | const char * | s | ) |
|
inlineinherited |
Definition at line 256 of file gmock-matchers.h.
|
inlineinherited |
Definition at line 261 of file gmock-matchers.h.
|
inlineinherited |
Definition at line 267 of file gmock-matchers.h.
|
inlineinherited |
Definition at line 270 of file gmock-matchers.h.
|
inlineinherited |
Definition at line 275 of file gmock-matchers.h.
|
inlineinherited |
Definition at line 283 of file gmock-matchers.h.
1.8.11