Home
last modified time | relevance | path

Searched defs:request_iterator (Results 1 – 25 of 48) sorted by relevance

12

/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
Dclient_stream_unary_interceptor_test.py40 request_iterator): argument
51 request_iterator): argument
84 async def request_iterator(): function
162 async def request_iterator(): function
192 async def request_iterator(): function
222 async def request_iterator(): function
262 async def request_iterator(): function
318 request_iterator): argument
361 request_iterator): argument
435 request_iterator): argument
[all …]
Dclient_stream_stream_interceptor_test.py33 request_iterator): argument
44 request_iterator): argument
83 async def request_iterator(): function
Dserver_test.py126 async def _stream_unary_async_gen(self, request_iterator, unused_context): argument
139 async def _stream_unary_evilly_mixed(self, request_iterator, context): argument
148 async def _stream_stream_async_gen(self, request_iterator, unused_context): argument
164 async def _stream_stream_evilly_mixed(self, request_iterator, context): argument
176 async def _error_in_stream_stream(self, request_iterator, unused_context): argument
186 async def _error_without_raise_in_stream_stream(self, request_iterator, argument
/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dservice.py72 def StreamingInputCall(self, request_iterator, context): argument
80 def FullDuplexCall(self, request_iterator, context): argument
95 def HalfDuplexCall(self, request_iterator, context): argument
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/
Dworker_servicer.py184 async def _run_single_server(self, config, request_iterator, context): argument
200 async def RunServer(self, request_iterator, context): argument
266 async def _run_single_client(self, config, request_iterator, context): argument
295 async def RunClient(self, request_iterator, context): argument
Dbenchmark_servicer.py37 async def StreamingCall(self, request_iterator, unused_context): argument
53 async def StreamingCall(self, request_iterator, unused_context): argument
/third_party/grpc/src/python/grpcio_tests/tests/testing/
D_server_application.py62 def StreUn(self, request_iterator, context): argument
77 def StreStre(self, request_iterator, context): argument
/third_party/grpc/src/python/grpcio_tests/tests/qps/
Dbenchmark_server.py26 def StreamingCall(self, request_iterator, context): argument
42 def StreamingCall(self, request_iterator, context): argument
Dworker_server.py42 def RunServer(self, request_iterator, context): argument
110 def RunClient(self, request_iterator, context): argument
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_interceptor_test.py97 def handle_stream_unary(self, request_iterator, servicer_context): argument
115 def handle_stream_stream(self, request_iterator, servicer_context): argument
220 request_iterator): argument
227 request_iterator): argument
267 request_iterator): argument
279 request_iterator): argument
293 def intercept_call(client_call_details, request_iterator, request_streaming, argument
305 def intercept_call(client_call_details, request_iterator, argument
374 def triple(request_iterator): argument
D_exit_scenarios.py74 def hang_stream_unary(request_iterator, servicer_context): argument
78 def hang_partial_stream_unary(request_iterator, servicer_context): argument
84 def hang_stream_stream(request_iterator, servicer_context): argument
88 def hang_partial_stream_stream(request_iterator, servicer_context): argument
D_empty_message_test.py41 def handle_stream_unary(request_iterator, servicer_context): argument
47 def handle_stream_stream(request_iterator, servicer_context): argument
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_multi_callable.py67 request_iterator, argument
78 request_iterator, argument
89 request_iterator, argument
107 request_iterator, argument
/third_party/grpc/examples/python/data_transmission/
Dserver.py44 def ClientStreamingMethod(self, request_iterator, context): argument
75 def BidirectionalStreamingMethod(self, request_iterator, context): argument
Ddemo_pb2_grpc.py53 def ClientStreamingMethod(self, request_iterator, context): argument
71 def BidirectionalStreamingMethod(self, request_iterator, context): argument
/third_party/grpc/examples/python/multiplex/
Droute_guide_pb2_grpc.py67 def RecordRoute(self, request_iterator, context): argument
77 def RouteChat(self, request_iterator, context): argument
Dmultiplex_server.py91 def RecordRoute(self, request_iterator, context): argument
112 def RouteChat(self, request_iterator, context): argument
/third_party/grpc/examples/python/route_guide/
Droute_guide_pb2_grpc.py67 def RecordRoute(self, request_iterator, context): argument
77 def RouteChat(self, request_iterator, context): argument
Droute_guide_server.py83 def RecordRoute(self, request_iterator, context): argument
104 def RouteChat(self, request_iterator, context): argument
/third_party/grpc/examples/python/interceptors/headers/
Dgeneric_client_interceptor.py41 request_iterator): argument
48 request_iterator): argument
Dheader_manipulator_client_interceptor.py32 def intercept_call(client_call_details, request_iterator, request_streaming, argument
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_python_plugin_test.py153 def StreamingInputCall(self, request_iterator, context): argument
157 def FullDuplexCall(self, request_iterator, context): argument
160 def HalfDuplexCall(self, request_iterator, context): argument
522 def StreamingInputCall(self, request_iterator, context): argument
526 def FullDuplexCall(self, request_iterator, context): argument
530 def HalfDuplexCall(self, request_iterator, context): argument
/third_party/flatbuffers/tests/MyGame/Example/
Dmonster_test_grpc_fb.py47 def GetMaxHitPoint(self, request_iterator, context): argument
136 def GetMaxHitPoint(self, request_iterator, context): argument
185 def GetMaxHitPoint(self, request_iterator, context): argument
202 …def GetMaxHitPoint(self, request_iterator, timeout, metadata=None, with_call=False, protocol_optio… argument
/third_party/grpc/src/python/grpcio/grpc/
D_interceptor.py349 request_iterator, argument
364 request_iterator, argument
374 def continuation(new_details, request_iterator): argument
399 request_iterator, argument
413 request_iterator, argument
423 def continuation(new_details, request_iterator): argument
451 request_iterator, argument
461 def continuation(new_details, request_iterator): argument
/third_party/grpc/src/python/grpcio/grpc/beta/
D_server_adaptations.py97 def adaptation(request_iterator, servicer_context): argument
158 def _run_request_pipe_thread(request_iterator, request_consumer, argument
209 def adaptation(request_iterator, servicer_context): argument
225 def adaptation(request_iterator, servicer_context): argument

12