Home
last modified time | relevance | path

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

/external/rust/crates/protobuf/src/
Dmessage.rs303 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()
Dcoded_input_stream.rs736 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