Searched refs:read_exact_bytes (Results 1 – 2 of 2) sorted by relevance
287 pub fn read_exact_bytes(&mut self, len: usize) -> ProtobufResult<Bytes> { in read_exact_bytes() method453 assert_eq!(&bytes[..90], &bri.read_exact_bytes(90).unwrap()[..]); in read_exact_bytes_from_slice()461 let read = bri.read_exact_bytes(90).unwrap(); in read_exact_bytes_from_bytes()
122 self.source.read_exact_bytes(count) in read_raw_callerche_bytes()