#include <gmock.h>
Public Member Functions | |
Matcher () | |
Matcher (const MatcherInterface< T > *impl) | |
Matcher (T value) | |
Matcher () | |
Matcher (const MatcherInterface< T > *impl) | |
Matcher (T value) | |
Public Member Functions inherited from testing::internal::MatcherBase< T > | |
void | DescribeNegationTo (::std::ostream *os) const |
void | DescribeNegationTo (::std::ostream *os) const |
void | DescribeTo (::std::ostream *os) const |
void | DescribeTo (::std::ostream *os) const |
void | ExplainMatchResultTo (T x,::std::ostream *os) const |
void | ExplainMatchResultTo (T x,::std::ostream *os) const |
const MatcherDescriberInterface * | GetDescriber () const |
const MatcherDescriberInterface * | GetDescriber () const |
bool | MatchAndExplain (T x, MatchResultListener *listener) const |
bool | MatchAndExplain (T x, MatchResultListener *listener) const |
bool | Matches (T x) const |
bool | Matches (T x) const |
Additional Inherited Members | |
Protected Member Functions inherited from testing::internal::MatcherBase< T > | |
MatcherBase () | |
MatcherBase (const MatcherInterface< T > *impl) | |
MatcherBase () | |
MatcherBase (const MatcherInterface< T > *impl) | |
virtual | ~MatcherBase () |
virtual | ~MatcherBase () |
Definition at line 272 of file fused-src/gmock/gmock.h.
|
inline |
Definition at line 5239 of file fused-src/gmock/gmock.h.
|
inlineexplicit |
Definition at line 5242 of file fused-src/gmock/gmock.h.
testing::Matcher< T >::Matcher | ( | T | value | ) |
Definition at line 8813 of file fused-src/gmock/gmock.h.
|
inline |
Definition at line 318 of file gmock-matchers.h.
|
inlineexplicit |
Definition at line 321 of file gmock-matchers.h.
testing::Matcher< T >::Matcher | ( | T | value | ) |