Searched defs:StripLeadingAsciiWhitespace (Results 1 – 3 of 3) sorted by relevance
197 ABSL_MUST_USE_RESULT inline absl::string_view StripLeadingAsciiWhitespace( in StripLeadingAsciiWhitespace() function204 inline void StripLeadingAsciiWhitespace(std::string* str) { in StripLeadingAsciiWhitespace() function
231 TEST(StripLeadingAsciiWhitespace, FromStringView) { in TEST() argument242 TEST(StripLeadingAsciiWhitespace, InPlace) { in TEST() argument
171 TEST(String, StripLeadingAsciiWhitespace) { in TEST() argument