Home
last modified time | relevance | path

Searched defs:HelloReply (Results 1 – 23 of 23) sorted by relevance

/tonic/examples/src/cancellation/
H A Dserver.rs25 ) -> Result<Response<HelloReply>, Status> { in say_hello()
52 ) -> Result<Response<HelloReply>, Status> in with_cancellation_handler()
/tonic/tonic/benches-disabled/proto/helloworld/
H A Dhelloworld.proto35 message HelloReply { message
/tonic/examples/proto/helloworld/
H A Dhelloworld.proto35 message HelloReply { message
/tonic/examples/src/helloworld/
H A Dserver.rs18 ) -> Result<Response<HelloReply>, Status> { in say_hello()
/tonic/examples/src/tracing/
H A Dserver.rs21 ) -> Result<Response<HelloReply>, Status> { in say_hello()
/tonic/tonic/benches-disabled/benchmarks/compiled_protos/
H A Dhelloworld.rs9 pub struct HelloReply { struct
11 pub message: std::string::String,
57 ) -> Result<tonic::Response<super::HelloReply>, tonic::Status> { in say_hello()
83 ) -> Result<tonic::Response<super::HelloReply>, tonic::Status> { in say_hello()
/tonic/examples/src/codec_buffers/
H A Dserver.rs28 ) -> Result<Response<HelloReply>, Status> { in say_hello()
/tonic/examples/src/compression/
H A Dserver.rs19 ) -> Result<Response<HelloReply>, Status> { in say_hello()
/tonic/examples/src/grpc-web/
H A Dserver.rs18 ) -> Result<Response<HelloReply>, Status> { in say_hello()
/tonic/examples/src/reflection/
H A Dserver.rs19 ) -> Result<Response<proto::HelloReply>, Status> { in say_hello()
/tonic/examples/src/blocking/
H A Dserver.rs20 ) -> Result<Response<HelloReply>, Status> { in say_hello()
H A Dclient.rs36 ) -> Result<tonic::Response<HelloReply>, tonic::Status> { in say_hello()
/tonic/examples/src/autoreload/
H A Dserver.rs18 ) -> Result<Response<HelloReply>, Status> { in say_hello()
/tonic/examples/src/richer-error/
H A Dserver.rs19 ) -> Result<Response<HelloReply>, Status> { in say_hello()
H A Dserver_vec.rs19 ) -> Result<Response<HelloReply>, Status> { in say_hello()
/tonic/examples/src/health/
H A Dserver.rs20 ) -> Result<Response<HelloReply>, Status> { in say_hello()
/tonic/examples/src/uds/
H A Dserver.rs29 ) -> Result<Response<HelloReply>, Status> { in say_hello()
/tonic/examples/src/mock/
H A Dmock.rs69 ) -> Result<Response<HelloReply>, Status> { in say_hello()
/tonic/examples/src/interceptor/
H A Dserver.rs18 ) -> Result<Response<HelloReply>, Status> { in say_hello()
/tonic/examples/src/multiplex/
H A Dserver.rs45 ) -> Result<Response<HelloReply>, Status> { in say_hello()
/tonic/examples/src/dynamic/
H A Dserver.rs51 ) -> Result<Response<HelloReply>, Status> { in say_hello()
/tonic/examples/src/h2c/
H A Dserver.rs24 ) -> Result<Response<HelloReply>, Status> { in say_hello()
/tonic/examples/src/tower/
H A Dserver.rs23 ) -> Result<Response<HelloReply>, Status> { in say_hello()