Searched refs:PW_PRINTF_FORMAT (Results 1 – 14 of 14) sorted by relevance
/external/pigweed/pw_assert_basic/public/pw_assert_basic/ |
D | handler.h | 43 PW_PRINTF_FORMAT(4, 5) PW_ASSERT_NORETURN;
|
/external/pigweed/pw_string/public/pw_string/ |
D | format.h | 42 PW_PRINTF_FORMAT(2, 3)
|
D | string_builder.h | 220 PW_PRINTF_FORMAT(2, 3) StringBuilder& Format(const char* format, ...);
|
/external/pigweed/pw_log_null/public/pw_log_null/ |
D | log_null.h | 37 ...) PW_PRINTF_FORMAT(4, 5);
|
/external/pigweed/pw_log_basic/public/pw_log_basic/ |
D | log_basic.h | 30 ...) PW_PRINTF_FORMAT(7, 8);
|
/external/pigweed/pw_log_sink/public/pw_log_sink/ |
D | log_sink.h | 30 ...) PW_PRINTF_FORMAT(7, 8);
|
/external/pigweed/pw_assert/pw_assert_test/ |
D | fake_backend.h | 46 ...) PW_PRINTF_FORMAT(4, 5);
|
/external/pigweed/pw_unit_test/public/pw_unit_test/ |
D | simple_printing_event_handler.h | 56 void WriteLine(const char* format, ...) PW_PRINTF_FORMAT(2, 3);
|
/external/pigweed/pw_preprocessor/public/pw_preprocessor/ |
D | compiler.h | 60 #define PW_PRINTF_FORMAT(format_index, parameter_index) \ macro
|
/external/pigweed/pw_log/ |
D | basic_log_test_plain_c.c | 113 static void DoNothingFakeFunction(const char* f, ...) PW_PRINTF_FORMAT(1, 2);
|
D | basic_log_test.cc | 176 void DoNothingFakeFunction(const char*, ...) PW_PRINTF_FORMAT(1, 2);
|
/external/pigweed/pw_log_tokenized/ |
D | test.cc | 45 ...) PW_PRINTF_FORMAT(3, 4);
|
/external/pigweed/pw_tokenizer/public/pw_tokenizer/ |
D | tokenize.h | 194 PW_PRINTF_FORMAT(1, 2);
|
/external/pigweed/pw_tokenizer/ |
D | generate_decoding_test_data.cc | 153 int printf(const char* format, ...) PW_PRINTF_FORMAT(2, 3) { in printf()
|