Searched defs:startsWith (Results 1 – 4 of 4) sorted by relevance
119 template <typename... Ts> bool startsWith(Ts... Tokens) const { in startsWith() function
120 static bool startsWith(StringRef Name, StringRef Needle, bool Strict, in startsWith() function
63 static bool startsWith(std::string_view S, std::string_view PrefixA, in startsWith() function
13580 bool startsWith( std::string const& s, std::string const& prefix ) { in startsWith() function13583 bool startsWith( std::string const& s, char prefix ) { in startsWith() function