Searched defs:startsWith (Results 1 – 3 of 3) sorted by relevance
96 bool startsWith(char C) const { return !empty() && *begin() == C; } in startsWith() function98 bool startsWith(StringView Str) const { in startsWith() function
263 bool startsWith(scope const(char)* p, scope const(char)[] needle) in startsWith() function
86 template <typename... Ts> bool startsWith(Ts... Tokens) const { in startsWith() function