Searched defs:EndsWith (Results 1 – 5 of 5) sorted by relevance
194 bool EndsWith(const std::string &str, const std::string &suffix) in EndsWith() function199 bool EndsWith(const std::string &str, const char *suffix) in EndsWith() function204 bool EndsWith(const char *str, const char *suffix) in EndsWith() function
166 bool EndsWith(std::string_view s, std::string_view suffix) { in EndsWith() function171 bool EndsWith(std::string_view s, char suffix) { in EndsWith() function
32 bool EndsWith(const std::string& str, const std::string& suffix) { in EndsWith() function
3065 bool EndsWith(const std::string& str, const std::string& suffix) { in EndsWith() function
4613 bool EndsWith(const std::string& str, const std::string& suffix) { in EndsWith() function