Searched refs:FormatVaList (Results 1 – 11 of 11) sorted by relevance
/external/pigweed/pw_string/ |
D | string_builder.cc | 91 FormatVaList(format, args); in Format() 97 StringBuilder& StringBuilder::FormatVaList(const char* format, va_list args) { in FormatVaList() function in pw::StringBuilder 99 string::FormatVaList(buffer_.subspan(size_), format, args)); in FormatVaList()
|
D | format.cc | 24 const StatusWithSize result = FormatVaList(buffer, format, args); in Format() 30 StatusWithSize FormatVaList(std::span<char> buffer, in FormatVaList() function
|
D | format_test.cc | 74 StatusWithSize result = FormatVaList(buffer, fmt, args); in CallFormatWithVaList()
|
D | docs.rst | 24 The ``pw::string::Format`` and ``pw::string::FormatVaList`` functions provide
|
/external/pigweed/pw_string/public/pw_string/ |
D | format.h | 48 StatusWithSize FormatVaList(std::span<char> buffer,
|
D | string_builder.h | 227 StringBuilder& FormatVaList(const char* format, va_list args);
|
/external/pigweed/pw_assert/ |
D | fake_backend.cc | 65 builder.FormatVaList(message, args); in pw_CaptureAssert()
|
/external/pigweed/pw_assert_basic/ |
D | basic_handler.cc | 110 buffer.FormatVaList(format, args); in pw_assert_basic_HandleFailure()
|
D | docs.rst | 59 buffer.FormatVaList(format, args);
|
/external/pigweed/pw_log_sink/ |
D | log_sink.cc | 80 buffer.FormatVaList(message, args); in pw_LogSink_Log()
|
/external/pigweed/pw_log_basic/ |
D | log_basic.cc | 150 buffer.FormatVaList(message, args); in pw_Log()
|