Home
last modified time | relevance | path

Searched defs:write_i32 (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/bincode/src/
Dbyteorder.rs174 fn write_i32(buf: &mut [u8], n: i32) { in write_i32() method
334 fn write_i32<T: ByteOrder>(&mut self, n: i32) -> Result<()> { in write_i32() method
/external/rust/crates/byteorder/src/
Dio.rs1286 fn write_i32<T: ByteOrder>(&mut self, n: i32) -> Result<()> { in write_i32() method
Dlib.rs810 fn write_i32(buf: &mut [u8], n: i32) { in write_i32() method
/external/rust/crates/serde_json/src/
Dser.rs1556 fn write_i32<W>(&mut self, writer: &mut W, value: i32) -> io::Result<()> in write_i32() method