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

Public Member Functions | |
| MatchesRegexMatcher (const RE *regex, bool full_match) | |
| template<typename CharType> | |
| bool | MatchAndExplain (CharType *s, MatchResultListener *listener) const |
| template<class MatcheeStringType> | |
| bool | MatchAndExplain (const MatcheeStringType &s, MatchResultListener *) const |
| void | DescribeTo (::std::ostream *os) const |
| void | DescribeNegationTo (::std::ostream *os) const |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (MatchesRegexMatcher) | |
Private Attributes | |
| const internal::linked_ptr< const RE > | regex_ |
| const bool | full_match_ |
|
inline |
|
inline |
|
inline |
|
private |
|
inline |
|
inline |
|
private |
|
private |