Home
last modified time | relevance | path

Searched defs:string_fragment (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pigweed/pw_format/rust/pw_format/
H A Dmacros.rs212 fn string_fragment(&mut self, string: &str) -> Result<()>; in string_fragment() method
552 fn string_fragment(&mut self, string: &str) -> Result<()>; in string_fragment() method
690 fn string_fragment(&mut self, string: &str) -> Result<()> { in string_fragment() method
822 fn string_fragment(&mut self, string: &str) -> Result<()>; in string_fragment() method
851 fn string_fragment(&mut self, string: &str) -> Result<()> { in string_fragment() method
/aosp_15_r20/external/pigweed/pw_format/rust/
H A Dpw_format_test_macros.rs56 fn string_fragment(&mut self, string: &str) -> Result<()> { in string_fragment() method
185 fn string_fragment(&mut self, string: &str) -> Result<()> { in string_fragment() method
334 fn string_fragment(&mut self, string: &str) -> Result<()> { in string_fragment() method
H A Dpw_format_example_macro.rs95 fn string_fragment(&mut self, string: &str) -> Result<()> { in string_fragment() method
/aosp_15_r20/external/pigweed/pw_tokenizer/rust/
H A Dpw_tokenizer_macro.rs179 fn string_fragment(&mut self, _string: &str) -> Result<()> { in string_fragment() method
328 fn string_fragment(&mut self, _string: &str) -> Result<()> { in string_fragment() method
/aosp_15_r20/external/pigweed/pw_log/rust/
H A Dpw_log_backend_println_macro.rs82 fn string_fragment(&mut self, _string: &str) -> Result<()> { in string_fragment() method
H A Dpw_log_backend_printf_macro.rs102 fn string_fragment(&mut self, _string: &str) -> Result<()> { in string_fragment() method
/aosp_15_r20/external/libtextclassifier/native/annotator/
H A Dannotator.cc2398 for (const auto& string_fragment : string_fragments) { in AnnotateStructuredInput() local