Home
last modified time | relevance | path

Searched refs:read_raw_byte (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/protobuf/benches/
Dcoded_input_stream.rs29 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()
/external/rust/crates/protobuf/src/
Dcoded_input_stream.rs127 pub fn read_raw_byte(&mut self) -> ProtobufResult<u8> { in read_raw_byte() method
165 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()