Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/tools/catch/
Dcatch.hpp370 bool endsWith( std::string const& s, std::string const& suffix );
1135 return endsWith( m_data.adjustString( expr ), m_data.m_str ); in match()
3141 if( endsWith( m_pattern, "*" ) ) { in WildcardPattern()
3152 return endsWith( adjustCase( str ), m_pattern ); in matches()
7799 bool endsWith( std::string const& s, std::string const& suffix ) { in endsWith() function
8411 if( !startsWith( alias, "[@" ) || !endsWith( alias, "]" ) ) { in add()