Home
last modified time | relevance | path

Searched defs:to_writer (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/serde-xml-rs/src/ser/
Dmod.rs40 pub fn to_writer<W: Write, S: Serialize>(writer: W, value: &S) -> Result<()> { in to_writer() function
/external/rust/crates/serde_cbor/src/
Dser.rs42 pub fn to_writer<W, T>(writer: W, value: &T) -> Result<()> in to_writer() function
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c48 struct queue *to_reader, *to_inflate, *to_writer, *from_writer; variable
Dmksquashfs.c298 struct queue *to_reader, *to_deflate, *to_writer, *from_writer, variable
/external/rust/crates/serde_json/src/
Dser.rs2073 pub fn to_writer<W, T>(writer: W, value: &T) -> Result<()> in to_writer() function