#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 |
| HasSubstrMatcher (const StringType &substring) | |
| HasSubstrMatcher (const StringType &substring) | |
| 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_ (HasSubstrMatcher) | |
| GTEST_DISALLOW_ASSIGN_ (HasSubstrMatcher) | |
Private Attributes | |
| const StringType | substring_ |
Definition at line 5777 of file fused-src/gmock/gmock.h.
| testing::internal::HasSubstrMatcher< StringType >::HasSubstrMatcher | ( | const StringType & | substring | ) | [inline, explicit] |
Definition at line 5779 of file fused-src/gmock/gmock.h.
| testing::internal::HasSubstrMatcher< StringType >::HasSubstrMatcher | ( | const StringType & | substring | ) | [inline, explicit] |
Definition at line 1127 of file gmock-matchers.h.
| void testing::internal::HasSubstrMatcher< StringType >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 1157 of file gmock-matchers.h.
| void testing::internal::HasSubstrMatcher< StringType >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 5809 of file fused-src/gmock/gmock.h.
| void testing::internal::HasSubstrMatcher< StringType >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 1152 of file gmock-matchers.h.
| void testing::internal::HasSubstrMatcher< StringType >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 5804 of file fused-src/gmock/gmock.h.
| testing::internal::HasSubstrMatcher< StringType >::GTEST_DISALLOW_ASSIGN_ | ( | HasSubstrMatcher< StringType > | ) | [private] |
| testing::internal::HasSubstrMatcher< StringType >::GTEST_DISALLOW_ASSIGN_ | ( | HasSubstrMatcher< StringType > | ) | [private] |
| bool testing::internal::HasSubstrMatcher< StringType >::MatchAndExplain | ( | CharType * | s, |
| MatchResultListener * | listener | ||
| ) | const [inline] |
Definition at line 1136 of file gmock-matchers.h.
| bool testing::internal::HasSubstrMatcher< StringType >::MatchAndExplain | ( | const MatcheeStringType & | s, |
| MatchResultListener * | |||
| ) | const [inline] |
Definition at line 1145 of file gmock-matchers.h.
| bool testing::internal::HasSubstrMatcher< StringType >::MatchAndExplain | ( | CharType * | s, |
| MatchResultListener * | listener | ||
| ) | const [inline] |
Definition at line 5788 of file fused-src/gmock/gmock.h.
| bool testing::internal::HasSubstrMatcher< StringType >::MatchAndExplain | ( | const MatcheeStringType & | s, |
| MatchResultListener * | |||
| ) | const [inline] |
Definition at line 5797 of file fused-src/gmock/gmock.h.
const StringType testing::internal::HasSubstrMatcher< StringType >::substring_ [private] |
Definition at line 5815 of file fused-src/gmock/gmock.h.