Searched defs:with_coded_input_stream (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/protobuf/src/ |
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
|