Home
last modified time | relevance | path

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

/external/rust/crates/protobuf/src/
Dbuf_read_iter.rs287 pub fn read_exact_bytes(&mut self, len: usize) -> ProtobufResult<Bytes> { in read_exact_bytes() method
453 assert_eq!(&bytes[..90], &bri.read_exact_bytes(90).unwrap()[..]); in read_exact_bytes_from_slice()
461 let read = bri.read_exact_bytes(90).unwrap(); in read_exact_bytes_from_bytes()
Dcoded_input_stream.rs122 self.source.read_exact_bytes(count) in read_raw_callerche_bytes()