#include <gmock-matchers.h>
◆ MatchesRegexMatcher() [1/2]
| testing::internal::MatchesRegexMatcher::MatchesRegexMatcher |
( |
const RE * |
regex, |
|
|
bool |
full_match |
|
) |
| |
|
inline |
◆ MatchesRegexMatcher() [2/2]
| testing::internal::MatchesRegexMatcher::MatchesRegexMatcher |
( |
const RE * |
regex, |
|
|
bool |
full_match |
|
) |
| |
|
inline |
◆ DescribeNegationTo() [1/2]
| void testing::internal::MatchesRegexMatcher::DescribeNegationTo |
( |
::std::ostream * |
os | ) |
const |
|
inline |
◆ DescribeNegationTo() [2/2]
| void testing::internal::MatchesRegexMatcher::DescribeNegationTo |
( |
::std::ostream * |
os | ) |
const |
|
inline |
◆ DescribeTo() [1/2]
| void testing::internal::MatchesRegexMatcher::DescribeTo |
( |
::std::ostream * |
os | ) |
const |
|
inline |
◆ DescribeTo() [2/2]
| void testing::internal::MatchesRegexMatcher::DescribeTo |
( |
::std::ostream * |
os | ) |
const |
|
inline |
◆ MatchAndExplain() [1/4]
template<typename CharType >
| bool testing::internal::MatchesRegexMatcher::MatchAndExplain |
( |
CharType * |
s, |
|
|
MatchResultListener * |
listener |
|
) |
| const |
|
inline |
◆ MatchAndExplain() [2/4]
template<typename CharType >
| bool testing::internal::MatchesRegexMatcher::MatchAndExplain |
( |
CharType * |
s, |
|
|
MatchResultListener * |
listener |
|
) |
| const |
|
inline |
◆ MatchAndExplain() [3/4]
template<class MatcheeStringType >
| bool testing::internal::MatchesRegexMatcher::MatchAndExplain |
( |
const MatcheeStringType & |
s, |
|
|
MatchResultListener * |
|
|
) |
| const |
|
inline |
◆ MatchAndExplain() [4/4]
template<class MatcheeStringType >
| bool testing::internal::MatchesRegexMatcher::MatchAndExplain |
( |
const MatcheeStringType & |
s, |
|
|
MatchResultListener * |
|
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: