#include <gmock.h>
Public Member Functions | |
void | DescribeNegationTo (::std::ostream *os) const |
void | DescribeNegationTo (::std::ostream *os) const |
void | DescribeTo (::std::ostream *os) const |
void | DescribeTo (::std::ostream *os) const |
template<typename CharType > | |
bool | MatchAndExplain (CharType *s, MatchResultListener *listener) const |
template<class MatcheeStringType > | |
bool | MatchAndExplain (const MatcheeStringType &s, MatchResultListener *) const |
template<typename CharType > | |
bool | MatchAndExplain (CharType *s, MatchResultListener *listener) const |
template<class MatcheeStringType > | |
bool | MatchAndExplain (const MatcheeStringType &s, MatchResultListener *) const |
MatchesRegexMatcher (const RE *regex, bool full_match) | |
MatchesRegexMatcher (const RE *regex, bool full_match) | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (MatchesRegexMatcher) | |
GTEST_DISALLOW_ASSIGN_ (MatchesRegexMatcher) | |
Private Attributes | |
const bool | full_match_ |
const internal::linked_ptr < const RE > | regex_ |
Definition at line 5916 of file fused-src/gmock/gmock.h.
testing::internal::MatchesRegexMatcher::MatchesRegexMatcher | ( | const RE * | regex, |
bool | full_match | ||
) | [inline] |
Definition at line 5918 of file fused-src/gmock/gmock.h.
testing::internal::MatchesRegexMatcher::MatchesRegexMatcher | ( | const RE * | regex, |
bool | full_match | ||
) | [inline] |
Definition at line 1266 of file gmock-matchers.h.
void testing::internal::MatchesRegexMatcher::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 1297 of file gmock-matchers.h.
void testing::internal::MatchesRegexMatcher::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 5949 of file fused-src/gmock/gmock.h.
void testing::internal::MatchesRegexMatcher::DescribeTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 1291 of file gmock-matchers.h.
void testing::internal::MatchesRegexMatcher::DescribeTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 5943 of file fused-src/gmock/gmock.h.
bool testing::internal::MatchesRegexMatcher::MatchAndExplain | ( | CharType * | s, |
MatchResultListener * | listener | ||
) | const [inline] |
Definition at line 1275 of file gmock-matchers.h.
bool testing::internal::MatchesRegexMatcher::MatchAndExplain | ( | const MatcheeStringType & | s, |
MatchResultListener * | |||
) | const [inline] |
Definition at line 1284 of file gmock-matchers.h.
bool testing::internal::MatchesRegexMatcher::MatchAndExplain | ( | CharType * | s, |
MatchResultListener * | listener | ||
) | const [inline] |
Definition at line 5927 of file fused-src/gmock/gmock.h.
bool testing::internal::MatchesRegexMatcher::MatchAndExplain | ( | const MatcheeStringType & | s, |
MatchResultListener * | |||
) | const [inline] |
Definition at line 5936 of file fused-src/gmock/gmock.h.
const bool testing::internal::MatchesRegexMatcher::full_match_ [private] |
Definition at line 5957 of file fused-src/gmock/gmock.h.
const internal::linked_ptr< const RE > testing::internal::MatchesRegexMatcher::regex_ [private] |
Definition at line 5956 of file fused-src/gmock/gmock.h.