Home
last modified time | relevance | path

Searched refs:PrintfFormatMacroGenerator (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_format/rust/pw_format/
H A Dmacros.rs532 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 Dpw_tokenizer_macro.rs30 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 Dpw_log_backend_printf_macro.rs25 PrintfFormatMacroGenerator, PrintfFormatStringFragment, PrintfFormatStringParser, Result,
69 impl<'a> PrintfFormatMacroGenerator for LogfGenerator<'a> {
/aosp_15_r20/external/pigweed/pw_format/rust/
H A Dpw_format_test_macros.rs20 FormatStringParser, PrintfFormatMacroGenerator, PrintfFormatStringFragment,
162 impl PrintfFormatMacroGenerator for PrintfTestGenerator {