Home
last modified time | relevance | path

Searched refs:FormatVaList (Results 1 – 11 of 11) sorted by relevance

/external/pigweed/pw_string/
Dstring_builder.cc91 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()
Dformat.cc24 const StatusWithSize result = FormatVaList(buffer, format, args); in Format()
30 StatusWithSize FormatVaList(std::span<char> buffer, in FormatVaList() function
Dformat_test.cc74 StatusWithSize result = FormatVaList(buffer, fmt, args); in CallFormatWithVaList()
Ddocs.rst24 The ``pw::string::Format`` and ``pw::string::FormatVaList`` functions provide
/external/pigweed/pw_string/public/pw_string/
Dformat.h48 StatusWithSize FormatVaList(std::span<char> buffer,
Dstring_builder.h227 StringBuilder& FormatVaList(const char* format, va_list args);
/external/pigweed/pw_assert/
Dfake_backend.cc65 builder.FormatVaList(message, args); in pw_CaptureAssert()
/external/pigweed/pw_assert_basic/
Dbasic_handler.cc110 buffer.FormatVaList(format, args); in pw_assert_basic_HandleFailure()
Ddocs.rst59 buffer.FormatVaList(format, args);
/external/pigweed/pw_log_sink/
Dlog_sink.cc80 buffer.FormatVaList(message, args); in pw_LogSink_Log()
/external/pigweed/pw_log_basic/
Dlog_basic.cc150 buffer.FormatVaList(message, args); in pw_Log()