Lines Matching full:substitute
17 // File: substitute.h
22 // `Substitute()` and `SubstituteAndAppend()`.
24 // Unlike printf-style format specifiers, `Substitute()` functions do not need
30 // `Substitute()` does not allow you to specify *how* to format a value, beyond
42 // std::string s = Substitute("$1 purchased $0 $2 for $$10. Thanks $1!",
61 // If an invalid format string is provided, Substitute returns an empty string
67 // e.g. Substitute("Hello $2", "world"), or
98 // This class provides an argument type for `absl::Substitute()` and
526 // Substitute()
531 // The declarations of `Substitute()` below consist of overloads for passing 0
534 // NOTE: A zero-argument `Substitute()` may be used within variadic templates to
540 // std::string s = absl::Substitute(format, args...);
542 ABSL_MUST_USE_RESULT inline std::string Substitute(absl::string_view format) { in Substitute() function
548 ABSL_MUST_USE_RESULT inline std::string Substitute( in Substitute() function
555 ABSL_MUST_USE_RESULT inline std::string Substitute( in Substitute() function
563 ABSL_MUST_USE_RESULT inline std::string Substitute( in Substitute() function
571 ABSL_MUST_USE_RESULT inline std::string Substitute( in Substitute() function
580 ABSL_MUST_USE_RESULT inline std::string Substitute( in Substitute() function
589 ABSL_MUST_USE_RESULT inline std::string Substitute( in Substitute() function
599 ABSL_MUST_USE_RESULT inline std::string Substitute( in Substitute() function
609 ABSL_MUST_USE_RESULT inline std::string Substitute( in Substitute() function
620 ABSL_MUST_USE_RESULT inline std::string Substitute( in Substitute() function
631 ABSL_MUST_USE_RESULT inline std::string Substitute( in Substitute() function
646 std::string Substitute(absl::Nonnull<const char*> format)
652 std::string Substitute(absl::Nonnull<const char*> format,
660 std::string Substitute(absl::Nonnull<const char*> format,
669 std::string Substitute(absl::Nonnull<const char*> format,
679 std::string Substitute(absl::Nonnull<const char*> format,
690 std::string Substitute(absl::Nonnull<const char*> format,
702 std::string Substitute(absl::Nonnull<const char*> format,
715 std::string Substitute(
726 std::string Substitute(
738 std::string Substitute(
750 std::string Substitute(