Home
last modified time | relevance | path

Searched refs:SayManyHellos (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/grpc/samples/greeter/
Dclient.cpp37 void SayManyHellos(const std::string &name, int num_greetings, in SayManyHellos() function in GreeterClient
50 auto stream = stub_->SayManyHellos(&context, request_msg); in SayManyHellos()
80 greeter.SayManyHellos(name, num_greetings, [](const std::string &message) { in main()
Dgreeter.fbs16 SayManyHellos(ManyHellosRequest):HelloReply (streaming: "server");
Dserver.cpp40 virtual grpc::Status SayManyHellos( in SayManyHellos() function in GreeterServiceImpl