Searched refs:read_raw_byte (Results 1 – 2 of 2) sorted by relevance
29 test::black_box(is.read_raw_byte().expect("read")); in read_byte()40 test::black_box(is.read_raw_byte().expect("read")); in read_byte_no_eof()
127 pub fn read_raw_byte(&mut self) -> ProtobufResult<u8> { in read_raw_byte() method165 let b = self.read_raw_byte()?; in read_raw_varint64_slow()841 assert_eq!(23, is.read_raw_byte().unwrap()); in test_input_stream_read_raw_byte()