Home
last modified time | relevance | path

Searched defs:LogfGenerator (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_log/rust/
H A Dpw_log_backend_println_macro.rs53 struct LogfGenerator<'a> { struct
58 impl<'a> LogfGenerator<'a> { impl
69 impl<'a> CoreFmtFormatMacroGenerator for LogfGenerator<'a> { implementation
H A Dpw_log_backend_printf_macro.rs53 struct LogfGenerator<'a> { struct
58 impl<'a> LogfGenerator<'a> { argument
69 impl<'a> PrintfFormatMacroGenerator for LogfGenerator<'a> { implementation