Home
last modified time | relevance | path

Searched refs:CoreFmtFormatMacroGenerator (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_format/rust/pw_format/
H A Dmacros.rs804 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 Dpw_log_backend_println_macro.rs24 generate_core_fmt, Arg, CoreFmtFormatMacroGenerator, CoreFmtFormatStringParser,
69 impl<'a> CoreFmtFormatMacroGenerator for LogfGenerator<'a> {
/aosp_15_r20/external/pigweed/pw_format/rust/
H A Dpw_format_test_macros.rs18 generate, generate_core_fmt, generate_printf, Arg, CoreFmtFormatMacroGenerator,
319 impl CoreFmtFormatMacroGenerator for CoreFmtTestGenerator {