Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_format/rust/
H A Dpw_format_test_macros.rs129 struct PrintfTestGenerator { struct
136 impl PrintfTestGenerator { impl
162 impl PrintfFormatMacroGenerator for PrintfTestGenerator { implementation
230 let generator = PrintfTestGenerator::new(); in printf_generator_test_macro_impl()
252 let generator = PrintfTestGenerator::new().with_integer_specifier("%K"); in integer_sub_printf_format_printf_generator_test_macro()
264 let generator = PrintfTestGenerator::new().with_string_specifier("%K"); in string_sub_printf_format_printf_generator_test_macro()
276 let generator = PrintfTestGenerator::new().with_char_specifier("%K"); in char_sub_printf_format_printf_generator_test_macro()