Searched defs:ends_with (Results 1 – 3 of 3) sorted by relevance
154 LIBC_INLINE bool ends_with(const char Suffix) const { in ends_with() function159 LIBC_INLINE bool ends_with(string_view Suffix) const { in ends_with() function
279 [[nodiscard]] bool ends_with(StringRef Suffix) const { in ends_with() function284 [[nodiscard]] bool ends_with(char Suffix) const { in ends_with() function
125 [[nodiscard]] bool ends_with(StringRef Suffix) const { in ends_with() function