Lines Matching refs:read_u8
70 pub fn read_u8(&mut self) -> Result<u8, BytesReadError> { in read_u8() method
73 Ok(cursor.read_u8()?) in read_u8()
78 Ok(cursor.read_u8()?) in advance_u8()
207 pub async fn read_u8(&mut self) -> Result<u8, BytesReadError> { in read_u8() function
209 self.bytes_reader.read_u8() in read_u8()
257 let mut rv = reader.borrow_mut().read_u8().unwrap(); in test_rc_refcell()
260 rv = reader.borrow_mut().read_u8().unwrap(); in test_rc_refcell()
263 rv = reader.borrow_mut().read_u8().unwrap(); in test_rc_refcell()
296 let mut rv = reader.read_u8().unwrap(); in test_struct_rc_refcell()
299 rv = reader.read_u8().unwrap(); in test_struct_rc_refcell()
302 rv = reader.read_u8().unwrap(); in test_struct_rc_refcell()