Home
last modified time | relevance | path

Searched defs:hello_request (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/grpc/examples/python/greeter/
Dclient.py14 def say_hello(stub, hello_request): argument
19 def say_many_hellos(stub, hello_request): argument
/external/grpc-grpc/examples/cpp/multiplex/
Dmultiplex_client.cc63 helloworld::HelloRequest hello_request; in main() local