Lines Matching full:helloworld
21 This [Makefile](../examples/cpp/helloworld/Makefile#L37#L45) demonstrates
32 Here we use `examples/cpp/helloworld` as an example to show the use of gRPC
39 [Makefile](../examples/cpp/helloworld/Makefile) of the helloworld example. We
43 $ make -C examples/cpp/helloworld
44 $ examples/cpp/helloworld/greeter_server &
69 helloworld.Greeter
81 $ grpc_cli ls localhost:50051 helloworld.Greeter -l
86 filename: helloworld.proto
87 package: helloworld;
89 rpc SayHello(helloworld.HelloRequest) returns (helloworld.HelloReply) {}
102 $ grpc_cli ls localhost:50051 helloworld.Greeter.SayHello -l
107 rpc SayHello(helloworld.HelloRequest) returns (helloworld.HelloReply) {}
118 $ grpc_cli type localhost:50051 helloworld.HelloRequest
176 desc_pool->FindServiceByName("helloworld.Greeter");
178 desc_pool->FindMethodByName("helloworld.Greeter.SayHello");
185 desc_pool->FindMessageTypeByName("helloworld.HelloRequest");