#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<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 |
StartsWithMatcher (const StringType &prefix) | |
StartsWithMatcher (const StringType &prefix) | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (StartsWithMatcher) | |
GTEST_DISALLOW_ASSIGN_ (StartsWithMatcher) | |
Private Attributes | |
const StringType | prefix_ |
Definition at line 5824 of file fused-src/gmock/gmock.h.
testing::internal::StartsWithMatcher< StringType >::StartsWithMatcher | ( | const StringType & | prefix | ) | [inline, explicit] |
Definition at line 5826 of file fused-src/gmock/gmock.h.
testing::internal::StartsWithMatcher< StringType >::StartsWithMatcher | ( | const StringType & | prefix | ) | [inline, explicit] |
Definition at line 1174 of file gmock-matchers.h.
void testing::internal::StartsWithMatcher< StringType >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 1204 of file gmock-matchers.h.
void testing::internal::StartsWithMatcher< StringType >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 5856 of file fused-src/gmock/gmock.h.
void testing::internal::StartsWithMatcher< StringType >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 1199 of file gmock-matchers.h.
void testing::internal::StartsWithMatcher< StringType >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 5851 of file fused-src/gmock/gmock.h.
testing::internal::StartsWithMatcher< StringType >::GTEST_DISALLOW_ASSIGN_ | ( | StartsWithMatcher< StringType > | ) | [private] |
testing::internal::StartsWithMatcher< StringType >::GTEST_DISALLOW_ASSIGN_ | ( | StartsWithMatcher< StringType > | ) | [private] |
bool testing::internal::StartsWithMatcher< StringType >::MatchAndExplain | ( | CharType * | s, |
MatchResultListener * | listener | ||
) | const [inline] |
Definition at line 1183 of file gmock-matchers.h.
bool testing::internal::StartsWithMatcher< StringType >::MatchAndExplain | ( | const MatcheeStringType & | s, |
MatchResultListener * | |||
) | const [inline] |
Definition at line 1192 of file gmock-matchers.h.
bool testing::internal::StartsWithMatcher< StringType >::MatchAndExplain | ( | CharType * | s, |
MatchResultListener * | listener | ||
) | const [inline] |
Definition at line 5835 of file fused-src/gmock/gmock.h.
bool testing::internal::StartsWithMatcher< StringType >::MatchAndExplain | ( | const MatcheeStringType & | s, |
MatchResultListener * | |||
) | const [inline] |
Definition at line 5844 of file fused-src/gmock/gmock.h.
const StringType testing::internal::StartsWithMatcher< StringType >::prefix_ [private] |
Definition at line 5862 of file fused-src/gmock/gmock.h.