Searched refs:read_raw_bytes (Results 1 – 1 of 1) sorted by relevance
582 self.read_raw_bytes(len) in read_unknown()637 pub fn read_raw_bytes(&mut self, count: u32) -> ProtobufResult<Vec<u8>> { in read_raw_bytes() method646 self.read_raw_bytes(count).map(|_| ()) in skip_raw_bytes()940 reader.read_raw_bytes(0).expect("read_raw_bytes") in test_input_stream_read_raw_bytes()950 let r1 = is.read_raw_bytes(1).unwrap(); in test_input_stream_limits()953 let r2 = is.read_raw_bytes(2).unwrap(); in test_input_stream_limits()