Searched refs:CoreFmtFormatMacroGenerator (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pigweed/pw_format/rust/pw_format/ |
H A D | macros.rs | 804 pub trait CoreFmtFormatMacroGenerator { interface 841 struct CoreFmtGenerator<GENERATOR: CoreFmtFormatMacroGenerator> { 846 impl<GENERATOR: CoreFmtFormatMacroGenerator> FormatMacroGenerator for CoreFmtGenerator<GENERATOR> { 910 generator: impl CoreFmtFormatMacroGenerator, in generate_core_fmt() argument
|
/aosp_15_r20/external/pigweed/pw_log/rust/ |
H A D | pw_log_backend_println_macro.rs | 24 generate_core_fmt, Arg, CoreFmtFormatMacroGenerator, CoreFmtFormatStringParser, 69 impl<'a> CoreFmtFormatMacroGenerator for LogfGenerator<'a> {
|
/aosp_15_r20/external/pigweed/pw_format/rust/ |
H A D | pw_format_test_macros.rs | 18 generate, generate_core_fmt, generate_printf, Arg, CoreFmtFormatMacroGenerator, 319 impl CoreFmtFormatMacroGenerator for CoreFmtTestGenerator {
|