Searched refs:write_string_fragment (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/ |
D | ser.rs | 1696 fn write_string_fragment<W>(&mut self, writer: &mut W, fragment: &str) -> io::Result<()> in write_string_fragment() method 2017 tri!(formatter.write_string_fragment(writer, &value[start..i])); 2030 formatter.write_string_fragment(writer, &value[start..])
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/ |
H A D | ser.rs | 1742 fn write_string_fragment<W>(&mut self, writer: &mut W, fragment: &str) -> io::Result<()> in write_string_fragment() method 2081 tri!(formatter.write_string_fragment(writer, &value[start..i])); 2094 formatter.write_string_fragment(writer, &value[start..])
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/ |
H A D | ser.rs | 1742 fn write_string_fragment<W>(&mut self, writer: &mut W, fragment: &str) -> io::Result<()> in write_string_fragment() method 2081 tri!(formatter.write_string_fragment(writer, &value[start..i])); 2094 formatter.write_string_fragment(writer, &value[start..])
|