#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 |
EndsWithMatcher (const StringType &suffix) | |
EndsWithMatcher (const StringType &suffix) | |
template<typename CharType > | |
bool | MatchAndExplain (CharType *s, MatchResultListener *listener) const |
template<typename MatcheeStringType > | |
bool | MatchAndExplain (const MatcheeStringType &s, MatchResultListener *) const |
template<typename CharType > | |
bool | MatchAndExplain (CharType *s, MatchResultListener *listener) const |
template<typename MatcheeStringType > | |
bool | MatchAndExplain (const MatcheeStringType &s, MatchResultListener *) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (EndsWithMatcher) | |
GTEST_DISALLOW_ASSIGN_ (EndsWithMatcher) | |
Private Attributes | |
const StringType | suffix_ |
Definition at line 5871 of file fused-src/gmock/gmock.h.
testing::internal::EndsWithMatcher< StringType >::EndsWithMatcher | ( | const StringType & | suffix | ) | [inline, explicit] |
Definition at line 5873 of file fused-src/gmock/gmock.h.
testing::internal::EndsWithMatcher< StringType >::EndsWithMatcher | ( | const StringType & | suffix | ) | [inline, explicit] |
Definition at line 1221 of file gmock-matchers.h.
void testing::internal::EndsWithMatcher< StringType >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 1250 of file gmock-matchers.h.
void testing::internal::EndsWithMatcher< StringType >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 5902 of file fused-src/gmock/gmock.h.
void testing::internal::EndsWithMatcher< StringType >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 1245 of file gmock-matchers.h.
void testing::internal::EndsWithMatcher< StringType >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 5897 of file fused-src/gmock/gmock.h.
testing::internal::EndsWithMatcher< StringType >::GTEST_DISALLOW_ASSIGN_ | ( | EndsWithMatcher< StringType > | ) | [private] |
testing::internal::EndsWithMatcher< StringType >::GTEST_DISALLOW_ASSIGN_ | ( | EndsWithMatcher< StringType > | ) | [private] |
bool testing::internal::EndsWithMatcher< StringType >::MatchAndExplain | ( | CharType * | s, |
MatchResultListener * | listener | ||
) | const [inline] |
Definition at line 1229 of file gmock-matchers.h.
bool testing::internal::EndsWithMatcher< StringType >::MatchAndExplain | ( | const MatcheeStringType & | s, |
MatchResultListener * | |||
) | const [inline] |
Definition at line 1238 of file gmock-matchers.h.
bool testing::internal::EndsWithMatcher< StringType >::MatchAndExplain | ( | CharType * | s, |
MatchResultListener * | listener | ||
) | const [inline] |
Definition at line 5881 of file fused-src/gmock/gmock.h.
bool testing::internal::EndsWithMatcher< StringType >::MatchAndExplain | ( | const MatcheeStringType & | s, |
MatchResultListener * | |||
) | const [inline] |
Definition at line 5890 of file fused-src/gmock/gmock.h.
const StringType testing::internal::EndsWithMatcher< StringType >::suffix_ [private] |
Definition at line 5908 of file fused-src/gmock/gmock.h.