Searched refs:with_coded_output_stream_to_bytes (Results 1 – 2 of 2) sorted by relevance
13 use crate::coded_output_stream::with_coded_output_stream_to_bytes;183 with_coded_output_stream_to_bytes(|os| self.write_length_delimited_to(os)) in write_length_delimited_to_bytes()
52 pub fn with_coded_output_stream_to_bytes<F>(cb: F) -> ProtobufResult<Vec<u8>> in with_coded_output_stream_to_bytes() function