/aosp_15_r20/external/grpc-grpc/examples/python/multiplex/ |
H A D | route_guide_pb2_grpc.py | 78 def RouteChat(self, request_iterator, context): member in RouteGuideServicer 174 def RouteChat(request_iterator, member in RouteGuide
|
H A D | multiplex_server.py | 117 def RouteChat(self, request_iterator, context): member in _RouteGuideServicer
|
/aosp_15_r20/external/grpc-grpc/examples/python/route_guide/ |
H A D | route_guide_pb2_grpc.py | 78 def RouteChat(self, request_iterator, context): member in RouteGuideServicer 174 def RouteChat(request_iterator, member in RouteGuide
|
H A D | route_guide_server.py | 109 def RouteChat(self, request_iterator, context): member in RouteGuideServicer
|
H A D | asyncio_route_guide_server.py | 122 async def RouteChat( member in RouteGuideServicer
|
/aosp_15_r20/external/grpc-grpc/examples/php/route_guide/Routeguide/ |
H A D | RouteGuideStub.php | 95 public function RouteChat( function in Routeguide\\RouteGuideStub
|
H A D | RouteGuideClient.php | 99 public function RouteChat($metadata = [], $options = []) { function in Routeguide\\RouteGuideClient
|
/aosp_15_r20/external/grpc-grpc/examples/php/route_guide/ |
H A D | RouteGuideService.php | 159 public function RouteChat( function in RouteGuideService
|
/aosp_15_r20/external/grpc-grpc/examples/protos/ |
H A D | route_guide.proto | 52 rpc RouteChat(stream RouteNote) returns (stream RouteNote) {} rpc
|
/aosp_15_r20/external/grpc-grpc-java/examples/src/main/proto/ |
H A D | route_guide.proto | 51 rpc RouteChat(stream RouteNote) returns (stream RouteNote) {} rpc
|
/aosp_15_r20/external/grpc-grpc-java/examples/android/routeguide/app/src/main/proto/ |
H A D | route_guide.proto | 51 rpc RouteChat(stream RouteNote) returns (stream RouteNote) {} rpc
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/route_guide/ |
H A D | route_guide_client.cc | 156 void RouteChat() { in RouteChat() function in RouteGuideClient
|
H A D | route_guide_server.cc | 149 Status RouteChat(ServerContext* context, in RouteChat() function in RouteGuideImpl
|
H A D | route_guide_callback_server.cc | 195 grpc::ServerBidiReactor<RouteNote, RouteNote>* RouteChat( in RouteChat() function in RouteGuideImpl
|
H A D | route_guide_callback_client.cc | 232 void RouteChat() { in RouteChat() function in RouteGuideClient
|