Home
last modified time | relevance | path

Searched refs:ProstCodec (Results 1 – 7 of 7) sorted by relevance

/tonic/examples/src/codec_buffers/
H A Dcommon.rs15 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()
/tonic/tonic/src/codec/
H A Dprost.rs9 pub struct ProstCodec<T, U> { struct
13 impl<T, U> ProstCodec<T, U> { argument
21 impl<T, U> Default for ProstCodec<T, U> { implementation
27 impl<T, U> ProstCodec<T, U> implementation
51 impl<T, U> Codec for ProstCodec<T, U> implementation
H A Dmod.rs21 pub use self::prost::ProstCodec;
/tonic/tonic-health/src/generated/
H A Dgrpc_health_v1.rs155 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()
/tonic/tonic/benches-disabled/benchmarks/compiled_protos/
H A Dhelloworld.rs59 let codec = tonic::codec::ProstCodec::default(); in say_hello()
150 let codec = tonic::codec::ProstCodec::default(); in call()
/tonic/tonic-reflection/src/generated/
H A Dgrpc_reflection_v1.rs246 let codec = tonic::codec::ProstCodec::default(); in server_reflection_info()
407 let codec = tonic::codec::ProstCodec::default(); in call()
H A Dgrpc_reflection_v1alpha.rs246 let codec = tonic::codec::ProstCodec::default(); in server_reflection_info()
407 let codec = tonic::codec::ProstCodec::default(); in call()