Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_format/rust/
H A Dpw_format_test_macros.rs146 pub fn with_integer_specifier(mut self, specifier: &str) -> Self { in with_integer_specifier() method
252 let generator = PrintfTestGenerator::new().with_integer_specifier("%K"); in integer_sub_printf_format_printf_generator_test_macro()
302 pub fn with_integer_specifier(mut self, specifier: &str) -> Self { in with_integer_specifier() method
401 let generator = CoreFmtTestGenerator::new().with_integer_specifier("{:?}"); in integer_sub_printf_format_core_fmt_generator_test_macro()