Go to the source code of this file.
Namespaces | |
absl | |
absl::strings_internal | |
Typedefs | |
using | absl::strings_internal::FixedMapping = std::initializer_list< std::pair< absl::string_view, absl::string_view >> |
Functions | |
int | absl::strings_internal::ApplySubstitutions (absl::string_view s, std::vector< strings_internal::ViableSubstitution > *subs_ptr, std::string *result_ptr) |
std::string | absl::StrReplaceAll (absl::string_view s, strings_internal::FixedMapping replacements) |
int | absl::StrReplaceAll (strings_internal::FixedMapping replacements, std::string *target) |