Home
last modified time | relevance | path

Searched defs:RouteGuideClient (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/examples/cpp/route_guide/
Droute_guide_client.cc75 class RouteGuideClient { class
77 RouteGuideClient(std::shared_ptr<Channel> channel, const std::string& db) in RouteGuideClient() function in RouteGuideClient
Droute_guide_callback_client.cc74 class RouteGuideClient { class
76 RouteGuideClient(std::shared_ptr<Channel> channel, const std::string& db) in RouteGuideClient() function in RouteGuideClient
/third_party/grpc/examples/php/route_guide/Routeguide/
DRouteGuideClient.php24 class RouteGuideClient extends \Grpc\BaseStub { class