Home
last modified time | relevance | path

Searched defs:codec (Results 1 – 8 of 8) sorted by relevance

/tonic/tonic-build/src/
H A Dclient.rs243 let codec = #codec_name::default(); in generate_unary() localVariable
274 let codec = #codec_name::default(); in generate_server_streaming() localVariable
305 let codec = #codec_name::default(); in generate_client_streaming() localVariable
336 let codec = #codec_name::default(); in generate_streaming() localVariable
H A Dserver.rs479 let codec = #codec_name::default(); in generate_unary() localVariable
546 let codec = #codec_name::default(); in generate_server_streaming() localVariable
604 let codec = #codec_name::default(); in generate_client_streaming() localVariable
672 let codec = #codec_name::default(); in generate_streaming() localVariable
/tonic/tonic/src/
H A Dlib.rs100 pub mod codec; module
/tonic/tonic-health/src/generated/
H A Dgrpc_health_v1.rs155 let codec = tonic::codec::ProstCodec::default(); in check() localVariable
194 let codec = tonic::codec::ProstCodec::default(); in watch() localVariable
359 let codec = tonic::codec::ProstCodec::default(); in call() localVariable
405 let codec = tonic::codec::ProstCodec::default(); in call() localVariable
/tonic/tonic/benches-disabled/benchmarks/compiled_protos/
H A Dhelloworld.rs59 let codec = tonic::codec::ProstCodec::default(); in say_hello() localVariable
150 let codec = tonic::codec::ProstCodec::default(); in call() localVariable
/tonic/tonic-reflection/src/generated/
H A Dgrpc_reflection_v1.rs246 let codec = tonic::codec::ProstCodec::default(); in server_reflection_info() localVariable
407 let codec = tonic::codec::ProstCodec::default(); in call() localVariable
H A Dgrpc_reflection_v1alpha.rs246 let codec = tonic::codec::ProstCodec::default(); in server_reflection_info() localVariable
407 let codec = tonic::codec::ProstCodec::default(); in call() localVariable
/tonic/tonic/src/server/
H A Dgrpc.rs35 codec: T, field