/external/rust/crates/serde_cbor/src/ |
D | write.rs | 26 fn write_all(&mut self, buf: &[u8]) -> Result<(), Self::Error>; in write_all() method 46 fn write_all(&mut self, buf: &[u8]) -> Result<(), Self::Error>; in write_all() method 60 fn write_all(&mut self, buf: &[u8]) -> Result<(), Self::Error> { in write_all() function 87 fn write_all(&mut self, buf: &[u8]) -> Result<(), Self::Error> { in write_all() method 99 fn write_all(&mut self, buf: &[u8]) -> Result<(), Self::Error> { in write_all() method 162 fn write_all(&mut self, buf: &[u8]) -> Result<(), Self::Error> { in write_all() method
|
/external/rust/crates/serde_json/src/io/ |
D | core.rs | 33 fn write_all(&mut self, buf: &[u8]) -> Result<()> { in write_all() method 52 fn write_all(&mut self, buf: &[u8]) -> Result<()> { in write_all() method 70 fn write_all(&mut self, buf: &[u8]) -> Result<()> { in write_all() method
|
/external/rust/crates/ciborium-io/src/ |
D | lib.rs | 48 fn write_all(&mut self, data: &[u8]) -> Result<(), Self::Error>; in write_all() method 69 fn write_all(&mut self, data: &[u8]) -> Result<(), Self::Error> { in write_all() method 94 fn write_all(&mut self, data: &[u8]) -> Result<(), Self::Error> { in write_all() method 136 fn write_all(&mut self, data: &[u8]) -> Result<(), Self::Error> { in write_all() method 158 fn write_all(&mut self, data: &[u8]) -> Result<(), Self::Error> { in write_all() method
|
/external/rust/crates/tokio/src/io/util/ |
D | write_all.rs | 23 pub(crate) fn write_all<'a, W>(writer: &'a mut W, buf: &'a [u8]) -> WriteAll<'a, W> in write_all() function
|
/external/rust/crates/ring/src/io/ |
D | der_writer.rs | 29 pub(crate) fn write_all(tag: Tag, write_value: &dyn Fn(&mut dyn Accumulator)) -> Box<[u8]> { in write_all() function
|
/external/e2fsprogs/lib/ss/ |
D | pager.c | 111 static int write_all(int fd, char *buf, size_t count) in write_all() function
|
/external/rust/crates/tokio/tests/ |
D | io_write_all.rs | 14 async fn write_all() { in write_all() function
|
D | io_write_buf.rs | 14 async fn write_all() { in write_all() function
|
D | io_buf_writer.rs | 463 async fn write_all<'a, 'b>(&mut self, mut io_vec: IoBufs<'a, 'b>) -> usize { in write_all() method
|
/external/rust/crates/gdbstub/src/connection/impls/ |
D | boxed.rs | 20 fn write_all(&mut self, buf: &[u8]) -> Result<(), Self::Error> { in write_all() method
|
D | tcpstream.rs | 45 fn write_all(&mut self, buf: &[u8]) -> Result<(), Self::Error> { in write_all() method
|
D | mod.rs | 30 fn write_all(&mut self, buf: &[u8]) -> Result<(), Self::Error> { in write_all() method
|
D | unixstream.rs | 89 fn write_all(&mut self, buf: &[u8]) -> Result<(), Self::Error> { in write_all() method
|
/external/rust/crates/gdbstub/src/connection/ |
D | mod.rs | 37 fn write_all(&mut self, buf: &[u8]) -> Result<(), Self::Error> { in write_all() method
|
/external/rust/crates/nix/test/sys/ |
D | test_termios.rs | 11 fn write_all(f: RawFd, buf: &[u8]) { in write_all() function
|
/external/rust/crates/libz-sys/src/zlib-ng/test/ |
D | switchlevels.c | 41 static int write_all(unsigned char *buf, size_t size) { in write_all() function
|
/external/rust/crates/ciborium-ll/src/ |
D | enc.rs | 21 fn write_all(&mut self, data: &[u8]) -> Result<(), Self::Error> { in write_all() method
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_fs.h | 58 boolean write_all; member
|
/external/tpm2-tss/src/util/ |
D | io.c | 78 write_all ( in write_all() function
|
/external/rust/crates/futures-util/src/io/ |
D | mod.rs | 136 mod write_all; module 479 fn write_all<'a>(&'a mut self, buf: &'a [u8]) -> WriteAll<'a, Self> in write_all() method
|
D | allow_std.rs | 74 fn write_all(&mut self, buf: &[u8]) -> io::Result<()> { in write_all() function
|
/external/e2fsprogs/misc/ |
D | logsave.c | 57 static int write_all(int fd, const char *buf, size_t count) in write_all() function
|
D | uuidd.c | 114 static int write_all(int fd, char *buf, size_t count) in write_all() function
|
/external/crosvm/common/cros_asyncv2/src/ |
D | file.rs | 229 pub async fn write_all(&self, mut buf: &[u8], mut offset: Option<u64>) -> anyhow::Result<()> { in write_all() method
|
/external/mesa3d/src/util/ |
D | disk_cache_os.c | 446 write_all(int fd, const void *buf, size_t count) in write_all() function
|