Home
last modified time | relevance | path

Searched refs:CoreFmtFormatStringParser (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_format/rust/
H A Dpw_format_test_macros.rs19 CoreFmtFormatStringParser, FormatAndArgsFlavor, FormatMacroGenerator, FormatParams,
124 generator_test_macro_impl::<CoreFmtFormatStringParser>(tokens) in core_fmt_format_generator_test_macro()
244 printf_generator_test_macro_impl::<CoreFmtFormatStringParser>(tokens) in core_fmt_format_printf_generator_test_macro()
393 core_fmt_generator_test_macro_impl::<CoreFmtFormatStringParser>(tokens) in core_fmt_format_core_fmt_generator_test_macro()
/aosp_15_r20/external/pigweed/pw_tokenizer/rust/
H A Dpw_tokenizer_macro.rs29 generate_printf, Arg, CoreFmtFormatStringParser, FormatAndArgsFlavor, FormatStringParser,
222 let input = parse_macro_input!(tokens as TokenizeToBufferArgs<CoreFmtFormatStringParser>); in _tokenize_core_fmt_to_buffer()
368 let input = parse_macro_input!(tokens as TokenizeToWriterArgs<CoreFmtFormatStringParser>); in _tokenize_core_fmt_to_writer()
/aosp_15_r20/external/pigweed/pw_log/rust/
H A Dpw_log_backend_println_macro.rs24 generate_core_fmt, Arg, CoreFmtFormatMacroGenerator, CoreFmtFormatStringParser,
110 let input = parse_macro_input!(tokens as PwLogArgs<CoreFmtFormatStringParser>); in _pw_log_backend()
H A Dpw_log_backend_printf_macro.rs24 generate_printf, Arg, CoreFmtFormatStringParser, FormatAndArgsFlavor, FormatStringParser,
152 let input = parse_macro_input!(tokens as PwLogArgs<CoreFmtFormatStringParser>); in _pw_log_backend()
/aosp_15_r20/external/pigweed/pw_format/rust/pw_format/
H A Dmacros.rs298 pub struct CoreFmtFormatStringParser; struct
299 impl FormatStringParser for CoreFmtFormatStringParser { implementation