Home
last modified time | relevance | path

Searched defs:method (Results 1 – 9 of 9) sorted by relevance

/tonic/tonic/src/
H A Dextensions.rs5 method: &'a str, field
20 pub fn method(&self) -> &str { in method() method
/tonic/tonic-build/src/
H A Dserver.rs260 let method = match ( in generate_trait_methods() localVariable
424 let method = quote! { in generate_methods() localVariable
478 let method = #service_ident(inner); in generate_unary() localVariable
545 let method = #service_ident(inner); in generate_server_streaming() localVariable
603 let method = #service_ident(inner); in generate_client_streaming() localVariable
671 let method = #service_ident(inner); in generate_streaming() localVariable
H A Dclient.rs184 let method = match (method.client_streaming(), method.server_streaming()) { in generate_methods() localVariable
H A Dmanual.rs95 pub fn method(mut self, method: Method) -> Self { in method() method
/tonic/tonic-health/src/generated/
H A Dgrpc_health_v1.rs358 let method = CheckSvc(inner); in call() localVariable
404 let method = WatchSvc(inner); in call() localVariable
/tonic/tonic/benches-disabled/benchmarks/compiled_protos/
H A Dhelloworld.rs149 let method = SayHello(inner); in call() localVariable
/tonic/tonic/src/service/
H A Dinterceptor.rs136 let method = req.method().clone(); in call() localVariable
/tonic/tonic-reflection/src/generated/
H A Dgrpc_reflection_v1.rs406 let method = ServerReflectionInfoSvc(inner); in call() localVariable
H A Dgrpc_reflection_v1alpha.rs406 let method = ServerReflectionInfoSvc(inner); in call() localVariable