Home
last modified time | relevance | path

Searched defs:char_conversion (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pigweed/pw_format/rust/pw_format/
H A Dmacros.rs230 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 Dpw_format_test_macros.rs91 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 Dpw_format_example_macro.rs123 fn char_conversion(&mut self, expression: Arg) -> Result<()> { in char_conversion() method
/aosp_15_r20/external/pigweed/pw_tokenizer/rust/
H A Dpw_tokenizer_macro.rs199 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 Dpw_log_backend_println_macro.rs97 fn char_conversion(&mut self, expression: Arg) -> Result<Option<String>> { in char_conversion() method
H A Dpw_log_backend_printf_macro.rs124 fn char_conversion(&mut self, expression: Arg) -> Result<Option<String>> { in char_conversion() method