Searched refs:FormatMacroGenerator (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pigweed/pw_format/rust/pw_format/ |
H A D | macros.rs | 199 pub trait FormatMacroGenerator { trait 398 generator: &mut dyn FormatMacroGenerator, in handle_conversion() argument 483 mut generator: impl FormatMacroGenerator, in generate() argument 685 impl<GENERATOR: PrintfFormatMacroGenerator> FormatMacroGenerator for PrintfGenerator<GENERATOR> { 846 impl<GENERATOR: CoreFmtFormatMacroGenerator> FormatMacroGenerator for CoreFmtGenerator<GENERATOR> {
|
/aosp_15_r20/external/pigweed/pw_format/rust/ |
H A D | pw_format_example_macro.rs | 17 generate, Arg, FormatAndArgsFlavor, FormatMacroGenerator, FormatParams, 70 impl FormatMacroGenerator for Generator {
|
H A D | pw_format_test_macros.rs | 19 CoreFmtFormatStringParser, FormatAndArgsFlavor, FormatMacroGenerator, FormatParams, 41 impl FormatMacroGenerator for TestGenerator {
|