Home
last modified time | relevance | path

Searched refs:EndsWithMatcher (Results 1 – 7 of 7) sorted by relevance

/external/catch2/include/internal/
Dcatch_matchers_string.cpp74EndsWithMatcher::EndsWithMatcher( CasedString const& comparator ) : StringMatcherBase( "ends with"… in EndsWithMatcher() function in Catch::Matchers::StdString::EndsWithMatcher
76 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()
Dcatch_matchers_string.h50 struct EndsWithMatcher : StringMatcherBase { struct
51 EndsWithMatcher( CasedString const& comparator );
73 …StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity…
/external/emma/core/java12/com/vladium/util/
DWCMatcher.java62 return new EndsWithMatcher (chars, patternLength); in compile()
192 private static final class EndsWithMatcher extends WCMatcher class in WCMatcher
219 EndsWithMatcher (final char [] pattern, final int patternLength) in EndsWithMatcher() method in WCMatcher.EndsWithMatcher
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h1072 class EndsWithMatcher {
1076 explicit EndsWithMatcher(const StringType& suffix) : suffix_(suffix) {} in EndsWithMatcher() function
1105 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>(
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h1281 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>(
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h840 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));
/external/catch2/single_include/catch2/
Dcatch.hpp3166 struct EndsWithMatcher : StringMatcherBase { struct
3167 EndsWithMatcher( CasedString const& comparator );
3188 …StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity…
9487EndsWithMatcher::EndsWithMatcher( CasedString const& comparator ) : StringMatcherBase( "ends with"… in EndsWithMatcher() function in Catch::Matchers::StdString::EndsWithMatcher
9489 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()