Home
last modified time | relevance | path

Searched refs:hello_world (Results 1 – 25 of 33) sorted by relevance

12

/tonic/examples/src/helloworld/
H A Dserver.rs3 use hello_world::greeter_server::{Greeter, GreeterServer};
4 use hello_world::{HelloReply, HelloRequest};
6 pub mod hello_world { module
21 let reply = hello_world::HelloReply { in say_hello()
H A Dclient.rs1 use hello_world::greeter_client::GreeterClient;
2 use hello_world::HelloRequest;
4 pub mod hello_world { module
/tonic/examples/src/blocking/
H A Dserver.rs3 use hello_world::greeter_server::{Greeter, GreeterServer};
4 use hello_world::{HelloReply, HelloRequest};
8 pub mod hello_world { module
23 let reply = hello_world::HelloReply { in say_hello()
/tonic/examples/src/compression/
H A Dserver.rs3 use hello_world::greeter_server::{Greeter, GreeterServer};
4 use hello_world::{HelloReply, HelloRequest};
7 pub mod hello_world { module
22 let reply = hello_world::HelloReply { in say_hello()
H A Dclient.rs1 use hello_world::greeter_client::GreeterClient;
2 use hello_world::HelloRequest;
6 pub mod hello_world { module
/tonic/examples/src/grpc-web/
H A Dserver.rs3 use hello_world::greeter_server::{Greeter, GreeterServer};
4 use hello_world::{HelloReply, HelloRequest};
6 pub mod hello_world { module
21 let reply = hello_world::HelloReply { in say_hello()
H A Dclient.rs1 use hello_world::{greeter_client::GreeterClient, HelloRequest};
5 pub mod hello_world { module
/tonic/examples/src/autoreload/
H A Dserver.rs3 use hello_world::greeter_server::{Greeter, GreeterServer};
4 use hello_world::{HelloReply, HelloRequest};
6 pub mod hello_world { module
21 let reply = hello_world::HelloReply { in say_hello()
/tonic/examples/src/cancellation/
H A Dclient.rs1 use hello_world::greeter_client::GreeterClient;
2 use hello_world::HelloRequest;
6 pub mod hello_world { module
H A Dserver.rs6 use hello_world::greeter_server::{Greeter, GreeterServer};
7 use hello_world::{HelloReply, HelloRequest};
13 pub mod hello_world { module
33 let reply = hello_world::HelloReply { in say_hello()
/tonic/examples/src/richer-error/
H A Dserver.rs4 use hello_world::greeter_server::{Greeter, GreeterServer};
5 use hello_world::{HelloReply, HelloRequest};
7 pub mod hello_world { module
51 let reply = hello_world::HelloReply { in say_hello()
H A Dserver_vec.rs4 use hello_world::greeter_server::{Greeter, GreeterServer};
5 use hello_world::{HelloReply, HelloRequest};
7 pub mod hello_world { module
51 let reply = hello_world::HelloReply { in say_hello()
H A Dclient.rs3 use hello_world::greeter_client::GreeterClient;
4 use hello_world::HelloRequest;
6 pub mod hello_world { module
H A Dclient_vec.rs3 use hello_world::greeter_client::GreeterClient;
4 use hello_world::HelloRequest;
6 pub mod hello_world { module
/tonic/examples/src/interceptor/
H A Dserver.rs3 use hello_world::greeter_server::{Greeter, GreeterServer};
4 use hello_world::{HelloReply, HelloRequest};
6 pub mod hello_world { module
22 let reply = hello_world::HelloReply { in say_hello()
H A Dclient.rs1 use hello_world::greeter_client::GreeterClient;
2 use hello_world::HelloRequest;
10 pub mod hello_world { module
/tonic/examples/src/health/
H A Dserver.rs3 use hello_world::greeter_server::{Greeter, GreeterServer};
4 use hello_world::{HelloReply, HelloRequest};
8 pub mod hello_world { module
23 let reply = hello_world::HelloReply { in say_hello()
/tonic/examples/src/tracing/
H A Dserver.rs3 pub mod hello_world { module
7 use hello_world::{
24 let reply = hello_world::HelloReply { in say_hello()
H A Dclient.rs1 pub mod hello_world { module
5 use hello_world::{greeter_client::GreeterClient, HelloRequest};
/tonic/examples/src/dynamic/
H A Dserver.rs4 use hello_world::greeter_server::{Greeter, GreeterServer};
5 use hello_world::{HelloReply, HelloRequest};
10 pub mod hello_world { module
54 let reply = hello_world::HelloReply { in say_hello()
/tonic/examples/src/multiplex/
H A Dserver.rs3 pub mod hello_world { module
11 use hello_world::{
46 let reply = hello_world::HelloReply { in say_hello()
/tonic/examples/src/json-codec/
H A Dclient.rs10 pub mod hello_world { module
13 use hello_world::greeter_client::GreeterClient;
/tonic/examples/src/uds/
H A Dserver.rs12 pub mod hello_world { module
16 use hello_world::{
36 let reply = hello_world::HelloReply { in say_hello()
/tonic/examples/src/mock/
H A Dmock.rs8 pub mod hello_world { module
12 use hello_world::{
72 let reply = hello_world::HelloReply { in say_hello()
/tonic/examples/src/tower/
H A Dserver.rs8 use hello_world::greeter_server::{Greeter, GreeterServer};
9 use hello_world::{HelloReply, HelloRequest};
11 pub mod hello_world { module
26 let reply = hello_world::HelloReply { in say_hello()

12