Home
last modified time | relevance | path

Searched defs:FORMAT_ARG (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_format/rust/
H A Dpw_format_core.rs29 const FORMAT_ARG: &'static str; constant
41 const FORMAT_ARG: &'static str; constant
53 const FORMAT_ARG: &'static str; constant
62 const FORMAT_ARG: &'static str = $specifier; constant
66 const FORMAT_ARG: &'static str = $hex_specifier; constant
70 const FORMAT_ARG: &'static str = $upper_hex_specifier; constant
76 const FORMAT_ARG: &'static str = $specifier; constant
/aosp_15_r20/external/pigweed/pw_log/rust/pw_log_backend_printf/
H A Dlib.rs75 const FORMAT_ARG: &'static str; constant
82 const FORMAT_ARG: &'static str = $specifier; constant
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/core/
H A Dhttp2_trace_logging.cc16 #define FORMAT_ARG(arg) " " #arg "=" << arg macro