Searched defs:FORMAT_ARG (Results 1 – 3 of 3) sorted by relevance
29 const FORMAT_ARG: &'static str; constant41 const FORMAT_ARG: &'static str; constant53 const FORMAT_ARG: &'static str; constant62 const FORMAT_ARG: &'static str = $specifier; constant66 const FORMAT_ARG: &'static str = $hex_specifier; constant70 const FORMAT_ARG: &'static str = $upper_hex_specifier; constant76 const FORMAT_ARG: &'static str = $specifier; constant
75 const FORMAT_ARG: &'static str; constant82 const FORMAT_ARG: &'static str = $specifier; constant
16 #define FORMAT_ARG(arg) " " #arg "=" << arg macro