| /tonic/examples/src/codec_buffers/ |
| H A D | server.rs | 31 let reply = HelloReply { in say_hello() localVariable 34 Ok(Response::new(reply)) in say_hello()
|
| /tonic/examples/src/helloworld/ |
| H A D | server.rs | 21 let reply = hello_world::HelloReply { in say_hello() localVariable 24 Ok(Response::new(reply)) in say_hello()
|
| /tonic/examples/src/blocking/ |
| H A D | server.rs | 23 let reply = hello_world::HelloReply { in say_hello() localVariable 27 Ok(Response::new(reply)) in say_hello()
|
| /tonic/examples/src/json-codec/ |
| H A D | server.rs | 28 let reply = HelloResponse { in say_hello() localVariable 31 Ok(Response::new(reply)) in say_hello()
|
| /tonic/examples/src/compression/ |
| H A D | server.rs | 22 let reply = hello_world::HelloReply { in say_hello() localVariable 25 Ok(Response::new(reply)) in say_hello()
|
| /tonic/examples/src/reflection/ |
| H A D | server.rs | 22 let reply = proto::HelloReply { in say_hello() localVariable 25 Ok(Response::new(reply)) in say_hello()
|
| /tonic/examples/src/tracing/ |
| H A D | server.rs | 24 let reply = hello_world::HelloReply { in say_hello() localVariable 30 Ok(Response::new(reply)) in say_hello()
|
| /tonic/examples/src/grpc-web/ |
| H A D | server.rs | 21 let reply = hello_world::HelloReply { in say_hello() localVariable 24 Ok(Response::new(reply)) in say_hello()
|
| /tonic/examples/src/autoreload/ |
| H A D | server.rs | 21 let reply = hello_world::HelloReply { in say_hello() localVariable 24 Ok(Response::new(reply)) in say_hello()
|
| /tonic/examples/src/multiplex/ |
| H A D | server.rs | 46 let reply = hello_world::HelloReply { in say_hello() localVariable 49 Ok(Response::new(reply)) in say_hello()
|
| /tonic/examples/src/richer-error/ |
| H A D | server.rs | 51 let reply = hello_world::HelloReply { in say_hello() localVariable 54 Ok(Response::new(reply)) in say_hello()
|
| H A D | server_vec.rs | 51 let reply = hello_world::HelloReply { in say_hello() localVariable 54 Ok(Response::new(reply)) in say_hello()
|
| /tonic/examples/src/interceptor/ |
| H A D | server.rs | 22 let reply = hello_world::HelloReply { in say_hello() localVariable 25 Ok(Response::new(reply)) in say_hello()
|
| /tonic/examples/src/uds/ |
| H A D | server.rs | 36 let reply = hello_world::HelloReply { in say_hello() localVariable 39 Ok(Response::new(reply)) in say_hello()
|
| /tonic/examples/src/health/ |
| H A D | server.rs | 23 let reply = hello_world::HelloReply { in say_hello() localVariable 26 Ok(Response::new(reply)) in say_hello()
|
| /tonic/examples/src/mock/ |
| H A D | mock.rs | 72 let reply = hello_world::HelloReply { in say_hello() localVariable 75 Ok(Response::new(reply)) in say_hello()
|
| /tonic/examples/src/cancellation/ |
| H A D | server.rs | 33 let reply = hello_world::HelloReply { in say_hello() localVariable 37 Ok(Response::new(reply)) in say_hello()
|
| /tonic/examples/src/dynamic/ |
| H A D | server.rs | 54 let reply = hello_world::HelloReply { in say_hello() localVariable 57 Ok(Response::new(reply)) in say_hello()
|
| /tonic/examples/src/tower/ |
| H A D | server.rs | 26 let reply = hello_world::HelloReply { in say_hello() localVariable 29 Ok(Response::new(reply)) in say_hello()
|
| /tonic/examples/src/h2c/ |
| H A D | server.rs | 27 let reply = hello_world::HelloReply { in say_hello() localVariable 30 Ok(Response::new(reply)) in say_hello()
|
| /tonic/examples/ |
| H A D | helloworld-tutorial.md | 169 let reply = HelloReply { 173 Ok(Response::new(reply)) // Send back our formatted greeting 218 let reply = HelloReply { 222 Ok(Response::new(reply))
|