Searched refs:with_coded_input_stream (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/protobuf/src/ |
D | message.rs | 303 r.with_coded_input_stream(|is| is.read_message::<M>()) in parse_length_delimited_from_reader() 311 bytes.with_coded_input_stream(|is| is.read_message::<M>()) in parse_length_delimited_from_bytes()
|
D | coded_input_stream.rs | 736 fn with_coded_input_stream<T, F>(self, cb: F) -> ProtobufResult<T> in with_coded_input_stream() method 742 fn with_coded_input_stream<T, F>(self, cb: F) -> ProtobufResult<T> in with_coded_input_stream() method 754 fn with_coded_input_stream<T, F>(self, cb: F) -> ProtobufResult<T> in with_coded_input_stream() method 766 fn with_coded_input_stream<T, F>(self, cb: F) -> ProtobufResult<T> in with_coded_input_stream() method 779 fn with_coded_input_stream<T, F>(self, cb: F) -> ProtobufResult<T> in with_coded_input_stream() method
|