Home
last modified time | relevance | path

Searched refs:Grpc (Results 1 – 12 of 12) sorted by relevance

/tonic/tonic/src/client/
H A Dmod.rs22 pub use self::grpc::Grpc;
H A Dgrpc.rs32 pub struct Grpc<T> { struct
49 impl<T> Grpc<T> { argument
429 impl<T: Clone> Clone for Grpc<T> { implementation
444 impl<T: fmt::Debug> fmt::Debug for Grpc<T> { implementation
/tonic/tonic/src/server/
H A Dmod.rs14 pub use self::grpc::Grpc;
H A Dgrpc.rs34 pub struct Grpc<T> { struct
46 impl<T> Grpc<T> argument
469 impl<T: fmt::Debug> fmt::Debug for Grpc<T> { implementation
/tonic/tonic-health/src/generated/
H A Dgrpc_health_v1.rs71 inner: tonic::client::Grpc<T>,
81 let inner = tonic::client::Grpc::new(inner); in new()
85 let inner = tonic::client::Grpc::with_origin(inner, origin); in with_origin()
360 let mut grpc = tonic::server::Grpc::new(codec) in call()
406 let mut grpc = tonic::server::Grpc::new(codec) in call()
/tonic/tonic/benches-disabled/benchmarks/compiled_protos/
H A Dhelloworld.rs19 inner: tonic::client::Grpc<T>,
41 let inner = tonic::client::Grpc::new(inner); in new()
151 let mut grpc = tonic::server::Grpc::new(codec); in call()
/tonic/tonic-reflection/src/generated/
H A Dgrpc_reflection_v1.rs160 inner: tonic::client::Grpc<T>,
170 let inner = tonic::client::Grpc::new(inner); in new()
174 let inner = tonic::client::Grpc::with_origin(inner, origin); in with_origin()
408 let mut grpc = tonic::server::Grpc::new(codec) in call()
H A Dgrpc_reflection_v1alpha.rs160 inner: tonic::client::Grpc<T>,
170 let inner = tonic::client::Grpc::new(inner); in new()
174 let inner = tonic::client::Grpc::with_origin(inner, origin); in with_origin()
408 let mut grpc = tonic::server::Grpc::new(codec) in call()
/tonic/tonic-build/src/
H A Dclient.rs63 inner: tonic::client::Grpc<T>, in generate_internal()
76 let inner = tonic::client::Grpc::new(inner); in generate_internal()
81 let inner = tonic::client::Grpc::with_origin(inner, origin); in generate_internal()
H A Dserver.rs481 let mut grpc = tonic::server::Grpc::new(codec) in generate_unary()
548 let mut grpc = tonic::server::Grpc::new(codec) in generate_server_streaming()
606 let mut grpc = tonic::server::Grpc::new(codec) in generate_client_streaming()
674 let mut grpc = tonic::server::Grpc::new(codec) in generate_streaming()
/tonic/tonic-health/proto/
H A Dhealth.proto22 option csharp_namespace = "Grpc.Health.V1";
/tonic/
H A DCHANGELOG.md232 * Add `Grpc::with_origin` for clients ([#1017](https://github.com/hyperium/tonic/issues/1017)) ([10…