Searched refs:RouteChat (Results 1 – 12 of 12) sorted by relevance
/third_party/grpc/examples/python/multiplex/ |
D | route_guide_pb2_grpc.py | 32 self.RouteChat = channel.stream_stream( 77 def RouteChat(self, request_iterator, context): member in RouteGuideServicer 106 servicer.RouteChat,
|
D | multiplex_client.py | 103 responses = route_guide_stub.RouteChat(generate_messages())
|
D | multiplex_server.py | 112 def RouteChat(self, request_iterator, context): member in _RouteGuideServicer
|
/third_party/grpc/examples/python/route_guide/ |
D | route_guide_pb2_grpc.py | 32 self.RouteChat = channel.stream_stream( 77 def RouteChat(self, request_iterator, context): member in RouteGuideServicer 106 servicer.RouteChat,
|
D | route_guide_client.py | 96 responses = stub.RouteChat(generate_messages())
|
D | route_guide_server.py | 104 def RouteChat(self, request_iterator, context): member in RouteGuideServicer
|
/third_party/grpc/examples/csharp/RouteGuide/RouteGuideClient/ |
D | Program.cs | 151 public async Task RouteChat() in RouteChat() method in Routeguide.Program.RouteGuideClient 164 using (var call = client.RouteChat()) in RouteChat() 234 client.RouteChat().Wait(); in Main()
|
/third_party/grpc/examples/cpp/route_guide/ |
D | route_guide_client.cc | 158 void RouteChat() { in RouteChat() function in RouteGuideClient 162 stub_->RouteChat(&context)); in RouteChat() 237 guide.RouteChat(); in main()
|
D | route_guide_server.cc | 152 Status RouteChat(ServerContext* context, in RouteChat() function in RouteGuideImpl
|
/third_party/grpc/examples/php/route_guide/ |
D | route_guide_client.php | 155 $call = $client->RouteChat();
|
/third_party/grpc/examples/csharp/RouteGuide/RouteGuideServer/ |
D | RouteGuideImpl.cs | 106 …public override async Task RouteChat(IAsyncStreamReader<RouteNote> requestStream, IServerStreamWri… in RouteChat() method in Routeguide.RouteGuideImpl
|
/third_party/grpc/examples/protos/ |
D | route_guide.proto | 52 rpc RouteChat(stream RouteNote) returns (stream RouteNote) {} rpc
|