Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_format/rust/pw_format/
H A Dmacros.rs539 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 Dpw_tokenizer_macro.rs30 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 Dpw_log_backend_printf_macro.rs25 PrintfFormatMacroGenerator, PrintfFormatStringFragment, PrintfFormatStringParser, Result,
72 format_string_fragments: &[PrintfFormatStringFragment], in finalize() argument
/aosp_15_r20/external/pigweed/pw_format/rust/
H A Dpw_format_test_macros.rs20 FormatStringParser, PrintfFormatMacroGenerator, PrintfFormatStringFragment,
165 format_string_fragments: &[PrintfFormatStringFragment], in finalize() argument