Searched defs:to_writer (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/serde-xml-rs/src/ser/ |
D | mod.rs | 40 pub fn to_writer<W: Write, S: Serialize>(writer: W, value: &S) -> Result<()> { in to_writer() function
|
/external/rust/crates/serde_cbor/src/ |
D | ser.rs | 42 pub fn to_writer<W, T>(writer: W, value: &T) -> Result<()> in to_writer() function
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs.c | 48 struct queue *to_reader, *to_inflate, *to_writer, *from_writer; variable
|
D | mksquashfs.c | 298 struct queue *to_reader, *to_deflate, *to_writer, *from_writer, variable
|
/external/rust/crates/serde_json/src/ |
D | ser.rs | 2073 pub fn to_writer<W, T>(writer: W, value: &T) -> Result<()> in to_writer() function
|