Searched defs:starts_with (Results 1 – 6 of 6) sorted by relevance
24 inline bool starts_with(std::string_view self, char C) noexcept { in starts_with() function28 inline bool starts_with(std::string_view haystack, in starts_with() function
140 LIBC_INLINE bool starts_with(string_view Prefix) const { starts_with() function 146 LIBC_INLINE bool starts_with(const char Prefix) const { starts_with() function
120 [[nodiscard]] bool starts_with(StringRef Prefix) const { in starts_with() function
258 [[nodiscard]] bool starts_with(StringRef Prefix) const { starts_with() function 262 [[nodiscard]] bool starts_with(char Prefix) const { starts_with() function
500 static bool starts_with(StringRef Path, StringRef Prefix, starts_with() function