Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/tools/catch/
Dcatch.hpp1127 struct EndsWith : MatcherImpl<EndsWith, std::string> { struct
1128EndsWith( std::string const& substr, CaseSensitive::Choice caseSensitivity = CaseSensitive::Yes ) in EndsWith() function
1130 EndsWith( EndsWith const& other ) : m_data( other.m_data ){} in EndsWith() argument
1132 virtual ~EndsWith();
1194 inline Impl::StdString::EndsWith EndsWith( std::string const& substr ) { in EndsWith() function
1195 return Impl::StdString::EndsWith( substr ); in EndsWith()
1197 inline Impl::StdString::EndsWith EndsWith( const char* substr ) { in EndsWith() function
1198 return Impl::StdString::EndsWith( Impl::StdString::makeString( substr ) ); in EndsWith()
3032 struct EndsWith : StringHolder<EndsWith> { struct
3033 EndsWith( NSString* substr ) : StringHolder( substr ){} in EndsWith() function
[all …]