proxygen
|
#include <gmock-matchers.h>
Public Member Functions | |
StartsWithMatcher (const StringType &prefix) | |
template<typename CharType > | |
bool | MatchAndExplain (CharType *s, MatchResultListener *listener) const |
template<typename MatcheeStringType > | |
bool | MatchAndExplain (const MatcheeStringType &s, MatchResultListener *) const |
void | DescribeTo (::std::ostream *os) const |
void | DescribeNegationTo (::std::ostream *os) const |
StartsWithMatcher (const StringType &prefix) | |
template<typename CharType > | |
bool | MatchAndExplain (CharType *s, MatchResultListener *listener) const |
template<typename MatcheeStringType > | |
bool | MatchAndExplain (const MatcheeStringType &s, MatchResultListener *) const |
void | DescribeTo (::std::ostream *os) const |
void | DescribeNegationTo (::std::ostream *os) const |
StartsWithMatcher (const StringType &prefix) | |
template<typename CharType > | |
bool | MatchAndExplain (CharType *s, MatchResultListener *listener) const |
template<typename MatcheeStringType > | |
bool | MatchAndExplain (const MatcheeStringType &s, MatchResultListener *) const |
void | DescribeTo (::std::ostream *os) const |
void | DescribeNegationTo (::std::ostream *os) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (StartsWithMatcher) | |
GTEST_DISALLOW_ASSIGN_ (StartsWithMatcher) | |
GTEST_DISALLOW_ASSIGN_ (StartsWithMatcher) | |
Private Attributes | |
const StringType | prefix_ |
Definition at line 1234 of file gmock-matchers.h.
|
inlineexplicit |
Definition at line 1236 of file gmock-matchers.h.
|
inlineexplicit |
Definition at line 1236 of file gmock-matchers.h.
|
inlineexplicit |
Definition at line 1236 of file gmock-matchers.h.
|
inline |
Definition at line 1266 of file gmock-matchers.h.
References prefix_, and testing::internal::UniversalPrint().
|
inline |
Definition at line 1266 of file gmock-matchers.h.
References GTEST_DISALLOW_ASSIGN_, prefix_, and testing::internal::UniversalPrint().
|
inline |
Definition at line 1266 of file gmock-matchers.h.
References GTEST_DISALLOW_ASSIGN_, prefix_, and testing::internal::UniversalPrint().
|
inline |
Definition at line 1261 of file gmock-matchers.h.
References prefix_, and testing::internal::UniversalPrint().
|
inline |
Definition at line 1261 of file gmock-matchers.h.
References prefix_, and testing::internal::UniversalPrint().
|
inline |
Definition at line 1261 of file gmock-matchers.h.
References prefix_, and testing::internal::UniversalPrint().
|
private |
|
private |
|
private |
|
inline |
Definition at line 1245 of file gmock-matchers.h.
|
inline |
Definition at line 1245 of file gmock-matchers.h.
|
inline |
Definition at line 1245 of file gmock-matchers.h.
|
inline |
Definition at line 1254 of file gmock-matchers.h.
References prefix_.
|
inline |
Definition at line 1254 of file gmock-matchers.h.
References prefix_.
|
inline |
Definition at line 1254 of file gmock-matchers.h.
References prefix_.
|
private |
Definition at line 1272 of file gmock-matchers.h.