Home
last modified time | relevance | path

Searched defs:RouteChat (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/grpc-grpc/examples/python/multiplex/
H A Droute_guide_pb2_grpc.py78 def RouteChat(self, request_iterator, context): member in RouteGuideServicer
174 def RouteChat(request_iterator, member in RouteGuide
H A Dmultiplex_server.py117 def RouteChat(self, request_iterator, context): member in _RouteGuideServicer
/aosp_15_r20/external/grpc-grpc/examples/python/route_guide/
H A Droute_guide_pb2_grpc.py78 def RouteChat(self, request_iterator, context): member in RouteGuideServicer
174 def RouteChat(request_iterator, member in RouteGuide
H A Droute_guide_server.py109 def RouteChat(self, request_iterator, context): member in RouteGuideServicer
H A Dasyncio_route_guide_server.py122 async def RouteChat( member in RouteGuideServicer
/aosp_15_r20/external/grpc-grpc/examples/php/route_guide/Routeguide/
H A DRouteGuideStub.php95 public function RouteChat( function in Routeguide\\RouteGuideStub
H A DRouteGuideClient.php99 public function RouteChat($metadata = [], $options = []) { function in Routeguide\\RouteGuideClient
/aosp_15_r20/external/grpc-grpc/examples/php/route_guide/
H A DRouteGuideService.php159 public function RouteChat( function in RouteGuideService
/aosp_15_r20/external/grpc-grpc/examples/protos/
H A Droute_guide.proto52 rpc RouteChat(stream RouteNote) returns (stream RouteNote) {} rpc
/aosp_15_r20/external/grpc-grpc-java/examples/src/main/proto/
H A Droute_guide.proto51 rpc RouteChat(stream RouteNote) returns (stream RouteNote) {} rpc
/aosp_15_r20/external/grpc-grpc-java/examples/android/routeguide/app/src/main/proto/
H A Droute_guide.proto51 rpc RouteChat(stream RouteNote) returns (stream RouteNote) {} rpc
/aosp_15_r20/external/grpc-grpc/examples/cpp/route_guide/
H A Droute_guide_client.cc156 void RouteChat() { in RouteChat() function in RouteGuideClient
H A Droute_guide_server.cc149 Status RouteChat(ServerContext* context, in RouteChat() function in RouteGuideImpl
H A Droute_guide_callback_server.cc195 grpc::ServerBidiReactor<RouteNote, RouteNote>* RouteChat( in RouteChat() function in RouteGuideImpl
H A Droute_guide_callback_client.cc232 void RouteChat() { in RouteChat() function in RouteGuideClient