#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 6254 of file fused-src/gmock/gmock.h.
|
inlineexplicit |
Definition at line 6257 of file fused-src/gmock/gmock.h.
|
inlineexplicit |
Definition at line 1336 of file gmock-matchers.h.
|
inline |
Definition at line 1368 of file gmock-matchers.h.
|
inline |
Definition at line 6289 of file fused-src/gmock/gmock.h.
|
inline |
Definition at line 1362 of file gmock-matchers.h.
|
inline |
Definition at line 6283 of file fused-src/gmock/gmock.h.
|
private |
|
private |
|
inline |
Definition at line 1344 of file gmock-matchers.h.
|
inline |
Definition at line 1354 of file gmock-matchers.h.
|
inline |
Definition at line 6265 of file fused-src/gmock/gmock.h.
|
inline |
Definition at line 6275 of file fused-src/gmock/gmock.h.
|
private |
Definition at line 6296 of file fused-src/gmock/gmock.h.