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


Public Member Functions | |
| bool | MatchAndExplain (T x, MatchResultListener *listener) const |
| bool | Matches (T x) const |
| void | DescribeTo (::std::ostream *os) const |
| void | DescribeNegationTo (::std::ostream *os) const |
| void | ExplainMatchResultTo (T x, ::std::ostream *os) const |
| const MatcherDescriberInterface * | GetDescriber () const |
Protected Member Functions | |
| MatcherBase () | |
| MatcherBase (const MatcherInterface< T > *impl) | |
| virtual | ~MatcherBase () |
Private Attributes | |
| ::testing::internal::linked_ptr< const MatcherInterface< T > > | impl_ |
|
inlineprotected |
|
inlineexplicitprotected |
|
inlineprotectedvirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |