Home
last modified time | relevance | path

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

/external/rust/crates/protobuf/src/
Dcoded_input_stream.rs598 pub fn read_raw_bytes_into(&mut self, count: u32, target: &mut Vec<u8>) -> ProtobufResult<()> { in read_raw_bytes_into() method
639 self.read_raw_bytes_into(count, &mut r)?; in read_raw_bytes()
673 self.read_raw_bytes_into(len, target)?; in read_bytes_into()
991 is.read_raw_bytes_into(READ_RAW_BYTES_MAX_ALLOC as u32 + 10, &mut buf) in test_input_stream_read_raw_bytes_into_huge()
998 is.read_raw_bytes_into(1000 - 10, &mut buf).expect("read"); in test_input_stream_read_raw_bytes_into_huge()