Home
last modified time | relevance | path

Searched defs:StripLeadingAsciiWhitespace (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dascii.h197 ABSL_MUST_USE_RESULT inline absl::string_view StripLeadingAsciiWhitespace( in StripLeadingAsciiWhitespace() function
204 inline void StripLeadingAsciiWhitespace(std::string* str) { in StripLeadingAsciiWhitespace() function
Dascii_test.cc231 TEST(StripLeadingAsciiWhitespace, FromStringView) { in TEST() argument
242 TEST(StripLeadingAsciiWhitespace, InPlace) { in TEST() argument
Dstrip_test.cc171 TEST(String, StripLeadingAsciiWhitespace) { in TEST() argument