Searched defs:char_conversion (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/pigweed/pw_format/rust/pw_format/ |
H A D | macros.rs | 230 fn char_conversion(&mut self, expression: Arg) -> Result<()>; in char_conversion() method 573 fn char_conversion(&mut self, expression: Arg) -> Result<Option<String>>; in char_conversion() method 758 fn char_conversion(&mut self, expression: Arg) -> Result<()> { in char_conversion() method 831 fn char_conversion(&mut self, expression: Arg) -> Result<Option<String>>; in char_conversion() method 890 fn char_conversion(&mut self, expression: Arg) -> Result<()> { in char_conversion() method
|
/aosp_15_r20/external/pigweed/pw_format/rust/ |
H A D | pw_format_test_macros.rs | 91 fn char_conversion(&mut self, expression: Arg) -> Result<()> { in char_conversion() method 211 fn char_conversion(&mut self, expression: Arg) -> Result<Option<String>> { in char_conversion() method 360 fn char_conversion(&mut self, expression: Arg) -> Result<Option<String>> { in char_conversion() method
|
H A D | pw_format_example_macro.rs | 123 fn char_conversion(&mut self, expression: Arg) -> Result<()> { in char_conversion() method
|
/aosp_15_r20/external/pigweed/pw_tokenizer/rust/ |
H A D | pw_tokenizer_macro.rs | 199 fn char_conversion(&mut self, expression: Arg) -> Result<Option<String>> { in char_conversion() method 348 fn char_conversion(&mut self, expression: Arg) -> Result<Option<String>> { in char_conversion() method
|
/aosp_15_r20/external/pigweed/pw_log/rust/ |
H A D | pw_log_backend_println_macro.rs | 97 fn char_conversion(&mut self, expression: Arg) -> Result<Option<String>> { in char_conversion() method
|
H A D | pw_log_backend_printf_macro.rs | 124 fn char_conversion(&mut self, expression: Arg) -> Result<Option<String>> { in char_conversion() method
|