Searched refs:EndsWithMatcher (Results 1 – 7 of 7) sorted by relevance
74 …EndsWithMatcher::EndsWithMatcher( CasedString const& comparator ) : StringMatcherBase( "ends with"… in EndsWithMatcher() function in Catch::Matchers::StdString::EndsWithMatcher76 bool EndsWithMatcher::match( std::string const& source ) const { in match()106 …StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity… in EndsWith()107 return StdString::EndsWithMatcher( StdString::CasedString( str, caseSensitivity) ); in EndsWith()
50 struct EndsWithMatcher : StringMatcherBase { struct51 EndsWithMatcher( CasedString const& comparator );73 …StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity…
62 return new EndsWithMatcher (chars, patternLength); in compile()192 private static final class EndsWithMatcher extends WCMatcher class in WCMatcher219 EndsWithMatcher (final char [] pattern, final int patternLength) in EndsWithMatcher() method in WCMatcher.EndsWithMatcher
1072 class EndsWithMatcher {1076 explicit EndsWithMatcher(const StringType& suffix) : suffix_(suffix) {} in EndsWithMatcher() function1105 GTEST_DISALLOW_ASSIGN_(EndsWithMatcher);2915 inline PolymorphicMatcher<internal::EndsWithMatcher<internal::string> >2917 return MakePolymorphicMatcher(internal::EndsWithMatcher<internal::string>(2990 inline PolymorphicMatcher<internal::EndsWithMatcher<internal::wstring> >2992 return MakePolymorphicMatcher(internal::EndsWithMatcher<internal::wstring>(
1281 class EndsWithMatcher {1283 explicit EndsWithMatcher(const StringType& suffix) : suffix_(suffix) {}1320 GTEST_DISALLOW_ASSIGN_(EndsWithMatcher);4013 inline PolymorphicMatcher<internal::EndsWithMatcher<internal::string> >4015 return MakePolymorphicMatcher(internal::EndsWithMatcher<internal::string>(4088 inline PolymorphicMatcher<internal::EndsWithMatcher<internal::wstring> >4090 return MakePolymorphicMatcher(internal::EndsWithMatcher<internal::wstring>(
840 class EndsWithMatcher {842 explicit EndsWithMatcher(const StringType& suffix) : suffix_(suffix) {}889 GTEST_DISALLOW_ASSIGN_(EndsWithMatcher);3852 inline PolymorphicMatcher<internal::EndsWithMatcher<std::string> > EndsWith(3854 return MakePolymorphicMatcher(internal::EndsWithMatcher<std::string>(suffix));3904 inline PolymorphicMatcher<internal::EndsWithMatcher<std::wstring> > EndsWith(3907 internal::EndsWithMatcher<std::wstring>(suffix));
3166 struct EndsWithMatcher : StringMatcherBase { struct3167 EndsWithMatcher( CasedString const& comparator );3188 …StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity…9487 …EndsWithMatcher::EndsWithMatcher( CasedString const& comparator ) : StringMatcherBase( "ends with"… in EndsWithMatcher() function in Catch::Matchers::StdString::EndsWithMatcher9489 bool EndsWithMatcher::match( std::string const& source ) const { in match()9516 …StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity… in EndsWith()9517 return StdString::EndsWithMatcher( StdString::CasedString( str, caseSensitivity) ); in EndsWith()