Home
last modified time | relevance | path

Searched refs:PW_PRINTF_FORMAT (Results 1 – 14 of 14) sorted by relevance

/external/pigweed/pw_assert_basic/public/pw_assert_basic/
Dhandler.h43 PW_PRINTF_FORMAT(4, 5) PW_ASSERT_NORETURN;
/external/pigweed/pw_string/public/pw_string/
Dformat.h42 PW_PRINTF_FORMAT(2, 3)
Dstring_builder.h220 PW_PRINTF_FORMAT(2, 3) StringBuilder& Format(const char* format, ...);
/external/pigweed/pw_log_null/public/pw_log_null/
Dlog_null.h37 ...) PW_PRINTF_FORMAT(4, 5);
/external/pigweed/pw_log_basic/public/pw_log_basic/
Dlog_basic.h30 ...) PW_PRINTF_FORMAT(7, 8);
/external/pigweed/pw_log_sink/public/pw_log_sink/
Dlog_sink.h30 ...) PW_PRINTF_FORMAT(7, 8);
/external/pigweed/pw_assert/pw_assert_test/
Dfake_backend.h46 ...) PW_PRINTF_FORMAT(4, 5);
/external/pigweed/pw_unit_test/public/pw_unit_test/
Dsimple_printing_event_handler.h56 void WriteLine(const char* format, ...) PW_PRINTF_FORMAT(2, 3);
/external/pigweed/pw_preprocessor/public/pw_preprocessor/
Dcompiler.h60 #define PW_PRINTF_FORMAT(format_index, parameter_index) \ macro
/external/pigweed/pw_log/
Dbasic_log_test_plain_c.c113 static void DoNothingFakeFunction(const char* f, ...) PW_PRINTF_FORMAT(1, 2);
Dbasic_log_test.cc176 void DoNothingFakeFunction(const char*, ...) PW_PRINTF_FORMAT(1, 2);
/external/pigweed/pw_log_tokenized/
Dtest.cc45 ...) PW_PRINTF_FORMAT(3, 4);
/external/pigweed/pw_tokenizer/public/pw_tokenizer/
Dtokenize.h194 PW_PRINTF_FORMAT(1, 2);
/external/pigweed/pw_tokenizer/
Dgenerate_decoding_test_data.cc153 int printf(const char* format, ...) PW_PRINTF_FORMAT(2, 3) { in printf()