#include <gmock-matchers.h>
Definition at line 1326 of file gmock-matchers.h.
testing::internal::MatchesRegexMatcher::MatchesRegexMatcher |
( |
const RE * |
regex, |
|
|
bool |
full_match |
|
) |
| |
|
inline |
testing::internal::MatchesRegexMatcher::MatchesRegexMatcher |
( |
const RE * |
regex, |
|
|
bool |
full_match |
|
) |
| |
|
inline |
testing::internal::MatchesRegexMatcher::MatchesRegexMatcher |
( |
const RE * |
regex, |
|
|
bool |
full_match |
|
) |
| |
|
inline |
void testing::internal::MatchesRegexMatcher::DescribeNegationTo |
( |
::std::ostream * |
os | ) |
const |
|
inline |
void testing::internal::MatchesRegexMatcher::DescribeNegationTo |
( |
::std::ostream * |
os | ) |
const |
|
inline |
void testing::internal::MatchesRegexMatcher::DescribeNegationTo |
( |
::std::ostream * |
os | ) |
const |
|
inline |
void testing::internal::MatchesRegexMatcher::DescribeTo |
( |
::std::ostream * |
os | ) |
const |
|
inline |
void testing::internal::MatchesRegexMatcher::DescribeTo |
( |
::std::ostream * |
os | ) |
const |
|
inline |
void testing::internal::MatchesRegexMatcher::DescribeTo |
( |
::std::ostream * |
os | ) |
const |
|
inline |
template<typename CharType >
bool testing::internal::MatchesRegexMatcher::MatchAndExplain |
( |
CharType * |
s, |
|
|
MatchResultListener * |
listener |
|
) |
| const |
|
inline |
Definition at line 1337 of file gmock-matchers.h.
bool MatchAndExplain(CharType *s, MatchResultListener *listener) const
template<typename CharType >
bool testing::internal::MatchesRegexMatcher::MatchAndExplain |
( |
CharType * |
s, |
|
|
MatchResultListener * |
listener |
|
) |
| const |
|
inline |
Definition at line 1337 of file gmock-matchers.h.
bool MatchAndExplain(CharType *s, MatchResultListener *listener) const
template<typename CharType >
bool testing::internal::MatchesRegexMatcher::MatchAndExplain |
( |
CharType * |
s, |
|
|
MatchResultListener * |
listener |
|
) |
| const |
|
inline |
Definition at line 1337 of file gmock-matchers.h.
bool MatchAndExplain(CharType *s, MatchResultListener *listener) const
template<class MatcheeStringType >
bool testing::internal::MatchesRegexMatcher::MatchAndExplain |
( |
const MatcheeStringType & |
s, |
|
|
MatchResultListener * |
|
|
) |
| const |
|
inline |
Definition at line 1346 of file gmock-matchers.h.
References regex_.
1350 RE::PartialMatch(s2, *
regex_);
static bool FullMatch(const ::std::string &str, const RE &re)
const internal::linked_ptr< const RE > regex_
template<class MatcheeStringType >
bool testing::internal::MatchesRegexMatcher::MatchAndExplain |
( |
const MatcheeStringType & |
s, |
|
|
MatchResultListener * |
|
|
) |
| const |
|
inline |
Definition at line 1346 of file gmock-matchers.h.
References regex_.
1350 RE::PartialMatch(s2, *
regex_);
static bool FullMatch(const ::std::string &str, const RE &re)
const internal::linked_ptr< const RE > regex_
template<class MatcheeStringType >
bool testing::internal::MatchesRegexMatcher::MatchAndExplain |
( |
const MatcheeStringType & |
s, |
|
|
MatchResultListener * |
|
|
) |
| const |
|
inline |
Definition at line 1346 of file gmock-matchers.h.
References regex_.
1350 RE::PartialMatch(s2, *
regex_);
static bool FullMatch(const ::std::string &str, const RE &re)
const internal::linked_ptr< const RE > regex_
const bool testing::internal::MatchesRegexMatcher::full_match_ |
|
private |
The documentation for this class was generated from the following file: