Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Dcoded_input_stream.rs709 fn with_coded_input_stream<T, F>(self, cb: F) -> ProtobufResult<T> in with_coded_input_stream() method
715 fn with_coded_input_stream<T, F>(self, cb: F) -> ProtobufResult<T> in with_coded_input_stream() method
727 fn with_coded_input_stream<T, F>(self, cb: F) -> ProtobufResult<T> in with_coded_input_stream() method
739 fn with_coded_input_stream<T, F>(self, cb: F) -> ProtobufResult<T> in with_coded_input_stream() method
752 fn with_coded_input_stream<T, F>(self, cb: F) -> ProtobufResult<T> in with_coded_input_stream() method
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()