Searched defs:read_slice (Results 1 – 8 of 8) sorted by relevance
67 fn read_slice(&mut self, _len: Length) -> Result<&'i [u8]> { in read_slice() method
79 fn read_slice(&mut self, len: Length) -> Result<&'r [u8]> { in read_slice() method
78 fn read_slice(&mut self, len: Length) -> Result<&'a [u8]> { in read_slice() method
239 fn read_slice() { in read_slice() function
42 fn read_slice(&mut self, len: Length) -> Result<&'r [u8]>; in read_slice() method
125 grpc_slice read_slice; in read_compressed_slice() local
120 pub fn read_slice(&self, buf: &mut [u8], offset: usize) -> Result<usize> { in read_slice() method
115 grpc_slice read_slice; member