Searched defs:AsciiStrToUpper (Results 1 – 13 of 13) sorted by relevance
226 void AsciiStrToUpper(absl::Nonnull<char*> dst, absl::Nullable<const char*> src, in AsciiStrToUpper() function262 void AsciiStrToUpper(absl::Nonnull<std::string*> s) { in AsciiStrToUpper() function
220 ABSL_MUST_USE_RESULT inline std::string AsciiStrToUpper(absl::string_view s) { in AsciiStrToUpper() function231 ABSL_MUST_USE_RESULT inline std::string AsciiStrToUpper(std::string&& s) { in AsciiStrToUpper() function
225 void AsciiStrToUpper(absl::Nonnull<char*> dst, absl::Nullable<const char*> src, in AsciiStrToUpper() function261 void AsciiStrToUpper(absl::Nonnull<std::string*> s) { in AsciiStrToUpper() function
220 [[nodiscard]] inline std::string AsciiStrToUpper(absl::string_view s) { in AsciiStrToUpper() function231 [[nodiscard]] inline std::string AsciiStrToUpper(std::string&& s) { in AsciiStrToUpper() function
164 void AsciiStrToUpper(std::string* s) { in AsciiStrToUpper() function
189 ABSL_MUST_USE_RESULT inline std::string AsciiStrToUpper(absl::string_view s) { in AsciiStrToUpper() function
247 void AsciiStrToUpper(absl::Nonnull<std::string*> s) { in AsciiStrToUpper() function
191 ABSL_MUST_USE_RESULT inline std::string AsciiStrToUpper(absl::string_view s) { in AsciiStrToUpper() function