Searched defs:EndsWith (Results 1 – 4 of 4) sorted by relevance
20 EndsWith, enumerator
76 StringSwitch& EndsWith(StringLiteral S, T Value) { in EndsWith() function
79 constexpr bool EndsWith(const char (&suffix)[N], const char (&str)[M]) { in EndsWith() function
4939 struct EndsWith : StringHolder { struct4940 EndsWith( NSString* substr ) : StringHolder( substr ){} in EndsWith() function4942 bool match( NSString* str ) const override { in match()4947 std::string describe() const override { in describe()4965 EndsWith( NSString* substr ){ return Impl::NSStringMatchers::EndsWith( substr ); } in EndsWith() function11637 …StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity… in EndsWith() function