Searched refs:PrintfFormatMacroGenerator (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pigweed/pw_format/rust/pw_format/ |
H A D | macros.rs | 532 pub trait PrintfFormatMacroGenerator { trait 660 struct PrintfGenerator<GENERATOR: PrintfFormatMacroGenerator> { 665 impl<GENERATOR: PrintfFormatMacroGenerator> PrintfGenerator<GENERATOR> { 685 impl<GENERATOR: PrintfFormatMacroGenerator> FormatMacroGenerator for PrintfGenerator<GENERATOR> { 784 generator: impl PrintfFormatMacroGenerator, in generate_printf() argument
|
/aosp_15_r20/external/pigweed/pw_tokenizer/rust/ |
H A D | pw_tokenizer_macro.rs | 30 PrintfFormatMacroGenerator, PrintfFormatStringFragment, PrintfFormatStringParser, Result, 141 impl<'a> PrintfFormatMacroGenerator for TokenizeToBufferGenerator<'a> { 291 impl<'a> PrintfFormatMacroGenerator for TokenizeToWriterGenerator<'a> {
|
/aosp_15_r20/external/pigweed/pw_log/rust/ |
H A D | pw_log_backend_printf_macro.rs | 25 PrintfFormatMacroGenerator, PrintfFormatStringFragment, PrintfFormatStringParser, Result, 69 impl<'a> PrintfFormatMacroGenerator for LogfGenerator<'a> {
|
/aosp_15_r20/external/pigweed/pw_format/rust/ |
H A D | pw_format_test_macros.rs | 20 FormatStringParser, PrintfFormatMacroGenerator, PrintfFormatStringFragment, 162 impl PrintfFormatMacroGenerator for PrintfTestGenerator {
|