Home
last modified time | relevance | path

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

12345678910

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/unit/unittest/
H A Dunittest-matchers.h35 class EndsWithMatcher
38 explicit EndsWithMatcher(const StringType& suffix) : m_suffix(suffix) {} in EndsWithMatcher() function
64 EndsWithMatcher(EndsWithMatcher const &) = default;
65 EndsWithMatcher &operator=(EndsWithMatcher const &) = delete;
72 testing::PolymorphicMatcher<EndsWithMatcher<Utils::SmallString> >
75 return testing::MakePolymorphicMatcher(EndsWithMatcher<Utils::SmallString>(suffix)); in EndsWith()
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/splitio/go-client/v6/splitio/engine/grammar/matchers/
H A Dendswith.go8 type EndsWithMatcher struct { struct
14 func (m *EndsWithMatcher) Match(key string, attributes map[string]interface{}, bucketingKey *string… argument
37 func NewEndsWithMatcher(negate bool, suffixes []string, attributeName *string) *EndsWithMatcher {
38 return &EndsWithMatcher{
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/internal/
H A Dcatch_matchers_string.hpp70EndsWithMatcher::EndsWithMatcher( CasedString const& comparator ) : StringMatcherBase( "ends with"… in EndsWithMatcher() function in Catch::Matchers::StdString::EndsWithMatcher
72 bool EndsWithMatcher::match( std::string const& source ) const { in match()
85 …StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity… in EndsWith()
86 return StdString::EndsWithMatcher( StdString::CasedString( str, caseSensitivity) ); in EndsWith()
H A Dcatch_matchers_string.h48 struct EndsWithMatcher : StringMatcherBase { struct
49 EndsWithMatcher( CasedString const& comparator );
61 …StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity…
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/internal/
H A Dcatch_matchers_string.hpp70EndsWithMatcher::EndsWithMatcher( CasedString const& comparator ) : StringMatcherBase( "ends with"… in EndsWithMatcher() function in Catch::Matchers::StdString::EndsWithMatcher
72 bool EndsWithMatcher::match( std::string const& source ) const { in match()
85 …StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity… in EndsWith()
86 return StdString::EndsWithMatcher( StdString::CasedString( str, caseSensitivity) ); in EndsWith()
H A Dcatch_matchers_string.h48 struct EndsWithMatcher : StringMatcherBase { struct
49 EndsWithMatcher( CasedString const& comparator );
61 …StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity…
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A 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()
H A Dcatch_matchers_string.h50 struct EndsWithMatcher : StringMatcherBase { struct
51 EndsWithMatcher( CasedString const& comparator );
73 …StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity…
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A 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()
H A Dcatch_matchers_string.h50 struct EndsWithMatcher : StringMatcherBase { struct
51 EndsWithMatcher( CasedString const& comparator );
73 …StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity…
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A 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()
H A Dcatch_matchers_string.h50 struct EndsWithMatcher : StringMatcherBase { struct
51 EndsWithMatcher( CasedString const& comparator );
73 …StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity…
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A 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()
H A Dcatch_matchers_string.h50 struct EndsWithMatcher : StringMatcherBase { struct
51 EndsWithMatcher( CasedString const& comparator );
73 …StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity…
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A 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()
H A Dcatch_matchers_string.h50 struct EndsWithMatcher : StringMatcherBase { struct
51 EndsWithMatcher( CasedString const& comparator );
73 …StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity…
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A 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()
H A Dcatch_matchers_string.h50 struct EndsWithMatcher : StringMatcherBase { struct
51 EndsWithMatcher( CasedString const& comparator );
73 …StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity…
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A 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()
H A Dcatch_matchers_string.h50 struct EndsWithMatcher : StringMatcherBase { struct
51 EndsWithMatcher( CasedString const& comparator );
73 …StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity…
/dports/games/trenchbroom/TrenchBroom-ed46601/lib/include/gmock/
H A Dgmock-matchers.h1026 class EndsWithMatcher {
1030 explicit EndsWithMatcher(const StringType& suffix) : suffix_(suffix) {} in EndsWithMatcher() function
1059 GTEST_DISALLOW_ASSIGN_(EndsWithMatcher);
2794 inline PolymorphicMatcher<internal::EndsWithMatcher<internal::string> >
2796 return MakePolymorphicMatcher(internal::EndsWithMatcher<internal::string>(
2869 inline PolymorphicMatcher<internal::EndsWithMatcher<internal::wstring> >
2871 return MakePolymorphicMatcher(internal::EndsWithMatcher<internal::wstring>(
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/gmock/include/gmock/
H A Dgmock-matchers.h1010 class EndsWithMatcher {
1014 explicit EndsWithMatcher(const StringType& suffix) : suffix_(suffix) {} in EndsWithMatcher() function
1043 GTEST_DISALLOW_ASSIGN_(EndsWithMatcher);
2621 inline PolymorphicMatcher<internal::EndsWithMatcher<internal::string> >
2623 return MakePolymorphicMatcher(internal::EndsWithMatcher<internal::string>(
2696 inline PolymorphicMatcher<internal::EndsWithMatcher<internal::wstring> >
2698 return MakePolymorphicMatcher(internal::EndsWithMatcher<internal::wstring>(
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/gtest/gmock/include/gmock/
H A Dgmock-matchers.h1026 class EndsWithMatcher {
1030 explicit EndsWithMatcher(const StringType& suffix) : suffix_(suffix) {} in EndsWithMatcher() function
1059 GTEST_DISALLOW_ASSIGN_(EndsWithMatcher);
2794 inline PolymorphicMatcher<internal::EndsWithMatcher<internal::string> >
2796 return MakePolymorphicMatcher(internal::EndsWithMatcher<internal::string>(
2869 inline PolymorphicMatcher<internal::EndsWithMatcher<internal::wstring> >
2871 return MakePolymorphicMatcher(internal::EndsWithMatcher<internal::wstring>(
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/testing/include/gmock/
H A Dgmock-matchers.h858 class EndsWithMatcher {
862 explicit EndsWithMatcher(const StringType& suffix) : suffix_(suffix) {} in EndsWithMatcher() function
2105 inline PolymorphicMatcher<internal::EndsWithMatcher<internal::string> >
2107 return MakePolymorphicMatcher(internal::EndsWithMatcher<internal::string>(
2184 inline PolymorphicMatcher<internal::EndsWithMatcher<internal::wstring> >
2186 return MakePolymorphicMatcher(internal::EndsWithMatcher<internal::wstring>(
/dports/net-im/licq-qt-gui/licq-f271d55/licq/3rdparty/gmock/include/gmock/
H A Dgmock-matchers.h1219 class EndsWithMatcher {
1221 explicit EndsWithMatcher(const StringType& suffix) : suffix_(suffix) {}
1258 GTEST_DISALLOW_ASSIGN_(EndsWithMatcher);
3667 inline PolymorphicMatcher<internal::EndsWithMatcher<internal::string> >
3669 return MakePolymorphicMatcher(internal::EndsWithMatcher<internal::string>(
3742 inline PolymorphicMatcher<internal::EndsWithMatcher<internal::wstring> >
3744 return MakePolymorphicMatcher(internal::EndsWithMatcher<internal::wstring>(

12345678910