Searched refs:PrintfFormatStringFragment (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pigweed/pw_format/rust/pw_format/ |
H A D | macros.rs | 539 format_string_fragments: &[PrintfFormatStringFragment], in finalize() argument 607 pub enum PrintfFormatStringFragment { enum 622 impl PrintfFormatStringFragment { impl 662 format_string_fragments: Vec<PrintfFormatStringFragment>, 669 if let PrintfFormatStringFragment::String(s) = self in append_format_string() 678 .push(PrintfFormatStringFragment::String( in append_format_string() 771 .push(PrintfFormatStringFragment::Expr { in untyped_conversion() 789 format_string_fragments: vec![PrintfFormatStringFragment::String("".into())], in generate_printf()
|
/aosp_15_r20/external/pigweed/pw_tokenizer/rust/ |
H A D | pw_tokenizer_macro.rs | 30 PrintfFormatMacroGenerator, PrintfFormatStringFragment, PrintfFormatStringParser, Result, 144 format_string_fragments: &[PrintfFormatStringFragment], in finalize() argument 294 format_string_fragments: &[PrintfFormatStringFragment], in finalize() argument
|
/aosp_15_r20/external/pigweed/pw_log/rust/ |
H A D | pw_log_backend_printf_macro.rs | 25 PrintfFormatMacroGenerator, PrintfFormatStringFragment, PrintfFormatStringParser, Result, 72 format_string_fragments: &[PrintfFormatStringFragment], in finalize() argument
|
/aosp_15_r20/external/pigweed/pw_format/rust/ |
H A D | pw_format_test_macros.rs | 20 FormatStringParser, PrintfFormatMacroGenerator, PrintfFormatStringFragment, 165 format_string_fragments: &[PrintfFormatStringFragment], in finalize() argument
|