Searched refs:ProstCodec (Results 1 – 7 of 7) sorted by relevance
15 use tonic::codec::{BufferSettings, Codec, ProstCodec};28 type Encoder = <ProstCodec<T, U> as Codec>::Encoder;29 type Decoder = <ProstCodec<T, U> as Codec>::Decoder;35 ProstCodec::<T, U>::raw_encoder(BufferSettings::new(512, 4096)) in encoder()39 ProstCodec::<T, U>::raw_decoder(BufferSettings::new(512, 4096)) in decoder()
9 pub struct ProstCodec<T, U> { struct13 impl<T, U> ProstCodec<T, U> { argument21 impl<T, U> Default for ProstCodec<T, U> { implementation27 impl<T, U> ProstCodec<T, U> impl51 impl<T, U> Codec for ProstCodec<T, U> implementation
21 pub use self::prost::ProstCodec;
155 let codec = tonic::codec::ProstCodec::default(); in check()194 let codec = tonic::codec::ProstCodec::default(); in watch()359 let codec = tonic::codec::ProstCodec::default(); in call()405 let codec = tonic::codec::ProstCodec::default(); in call()
59 let codec = tonic::codec::ProstCodec::default(); in say_hello()150 let codec = tonic::codec::ProstCodec::default(); in call()
246 let codec = tonic::codec::ProstCodec::default(); in server_reflection_info()407 let codec = tonic::codec::ProstCodec::default(); in call()