Home
last modified time | relevance | path

Searched refs:reply (Results 1 – 21 of 21) sorted by relevance

/tonic/examples/src/codec_buffers/
H A Dserver.rs31 let reply = HelloReply { in say_hello() localVariable
34 Ok(Response::new(reply)) in say_hello()
/tonic/examples/src/helloworld/
H A Dserver.rs21 let reply = hello_world::HelloReply { in say_hello() localVariable
24 Ok(Response::new(reply)) in say_hello()
/tonic/examples/src/blocking/
H A Dserver.rs23 let reply = hello_world::HelloReply { in say_hello() localVariable
27 Ok(Response::new(reply)) in say_hello()
/tonic/examples/src/json-codec/
H A Dserver.rs28 let reply = HelloResponse { in say_hello() localVariable
31 Ok(Response::new(reply)) in say_hello()
/tonic/examples/src/compression/
H A Dserver.rs22 let reply = hello_world::HelloReply { in say_hello() localVariable
25 Ok(Response::new(reply)) in say_hello()
/tonic/examples/src/reflection/
H A Dserver.rs22 let reply = proto::HelloReply { in say_hello() localVariable
25 Ok(Response::new(reply)) in say_hello()
/tonic/examples/src/tracing/
H A Dserver.rs24 let reply = hello_world::HelloReply { in say_hello() localVariable
30 Ok(Response::new(reply)) in say_hello()
/tonic/examples/src/grpc-web/
H A Dserver.rs21 let reply = hello_world::HelloReply { in say_hello() localVariable
24 Ok(Response::new(reply)) in say_hello()
/tonic/examples/src/autoreload/
H A Dserver.rs21 let reply = hello_world::HelloReply { in say_hello() localVariable
24 Ok(Response::new(reply)) in say_hello()
/tonic/examples/src/multiplex/
H A Dserver.rs46 let reply = hello_world::HelloReply { in say_hello() localVariable
49 Ok(Response::new(reply)) in say_hello()
/tonic/examples/src/richer-error/
H A Dserver.rs51 let reply = hello_world::HelloReply { in say_hello() localVariable
54 Ok(Response::new(reply)) in say_hello()
H A Dserver_vec.rs51 let reply = hello_world::HelloReply { in say_hello() localVariable
54 Ok(Response::new(reply)) in say_hello()
/tonic/examples/src/interceptor/
H A Dserver.rs22 let reply = hello_world::HelloReply { in say_hello() localVariable
25 Ok(Response::new(reply)) in say_hello()
/tonic/examples/src/uds/
H A Dserver.rs36 let reply = hello_world::HelloReply { in say_hello() localVariable
39 Ok(Response::new(reply)) in say_hello()
/tonic/examples/src/health/
H A Dserver.rs23 let reply = hello_world::HelloReply { in say_hello() localVariable
26 Ok(Response::new(reply)) in say_hello()
/tonic/examples/src/mock/
H A Dmock.rs72 let reply = hello_world::HelloReply { in say_hello() localVariable
75 Ok(Response::new(reply)) in say_hello()
/tonic/examples/src/cancellation/
H A Dserver.rs33 let reply = hello_world::HelloReply { in say_hello() localVariable
37 Ok(Response::new(reply)) in say_hello()
/tonic/examples/src/dynamic/
H A Dserver.rs54 let reply = hello_world::HelloReply { in say_hello() localVariable
57 Ok(Response::new(reply)) in say_hello()
/tonic/examples/src/tower/
H A Dserver.rs26 let reply = hello_world::HelloReply { in say_hello() localVariable
29 Ok(Response::new(reply)) in say_hello()
/tonic/examples/src/h2c/
H A Dserver.rs27 let reply = hello_world::HelloReply { in say_hello() localVariable
30 Ok(Response::new(reply)) in say_hello()
/tonic/examples/
H A Dhelloworld-tutorial.md169 let reply = HelloReply {
173 Ok(Response::new(reply)) // Send back our formatted greeting
218 let reply = HelloReply {
222 Ok(Response::new(reply))