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/ |
D | coded_input_stream.rs | 709 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
|
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()
|