/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/ |
D | _service.py | 45 def _unary_response(argument, implementation, rpc, servicer_context): argument 54 def _stream_response(argument, implementation, rpc, servicer_context): argument 73 def unary_unary(implementation, rpc, request, servicer_context): argument 77 def unary_stream(implementation, rpc, request, servicer_context): argument 81 def stream_unary(implementation, rpc, handler, servicer_context): argument 86 def stream_stream(implementation, rpc, handler, servicer_context): argument
|
D | _server.py | 33 def service(implementation, rpc, servicer_context): argument 41 def service(implementation, rpc, servicer_context): argument 49 def service(implementation, rpc, servicer_context): argument 57 def service(implementation, rpc, servicer_context): argument
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
D | _exit_scenarios.py | 59 def hang_unary_unary(request, servicer_context): argument 63 def hang_unary_stream(request, servicer_context): argument 67 def hang_partial_unary_stream(request, servicer_context): argument 73 def hang_stream_unary(request_iterator, servicer_context): argument 77 def hang_partial_stream_unary(request_iterator, servicer_context): argument 83 def hang_stream_stream(request_iterator, servicer_context): argument 87 def hang_partial_stream_stream(request_iterator, servicer_context): argument
|
D | _empty_message_test.py | 31 def handle_unary_unary(request, servicer_context): argument 35 def handle_unary_stream(request, servicer_context): argument 40 def handle_stream_unary(request_iterator, servicer_context): argument 46 def handle_stream_stream(request_iterator, servicer_context): argument
|
D | _metadata_test.py | 90 def validate_client_metadata(test, servicer_context): argument 101 def handle_unary_unary(test, request, servicer_context): argument 108 def handle_unary_stream(test, request, servicer_context): argument 116 def handle_stream_unary(test, request_iterator, servicer_context): argument 126 def handle_stream_stream(test, request_iterator, servicer_context): argument
|
D | _resource_exhausted_test.py | 67 def handle_unary_unary(trigger, request, servicer_context): argument 72 def handle_unary_stream(trigger, request, servicer_context): argument 78 def handle_stream_unary(trigger, request_iterator, servicer_context): argument 86 def handle_stream_stream(trigger, request_iterator, servicer_context): argument
|
D | _compression_test.py | 28 def handle_unary(request, servicer_context): argument 34 def handle_stream(request_iterator, servicer_context): argument
|
D | _invocation_defects_test.py | 62 def handle_unary_unary(self, request, servicer_context): argument 71 def handle_unary_stream(self, request, servicer_context): argument 82 def handle_stream_unary(self, request_iterator, servicer_context): argument 98 def handle_stream_stream(self, request_iterator, servicer_context): argument
|
D | _rpc_test.py | 64 def handle_unary_unary(self, request, servicer_context): argument 78 def handle_unary_stream(self, request, servicer_context): argument 89 def handle_stream_unary(self, request_iterator, servicer_context): argument 105 def handle_stream_stream(self, request_iterator, servicer_context): argument
|
D | _interceptor_test.py | 65 def handle_unary_unary(self, request, servicer_context): argument 74 def handle_unary_stream(self, request, servicer_context): argument 85 def handle_stream_unary(self, request_iterator, servicer_context): argument 101 def handle_stream_stream(self, request_iterator, servicer_context): argument
|
D | _session_cache_test.py | 46 def handle_unary_unary(request, servicer_context): argument
|
D | _auth_context_test.py | 53 def handle_unary_unary(request, servicer_context): argument
|
D | _channel_close_test.py | 37 def stream_stream(self, request_iterator, servicer_context): argument
|
/external/grpc-grpc/src/python/grpcio/grpc/beta/ |
D | _server_adaptations.py | 37 def __init__(self, servicer_context): argument 49 def __init__(self, servicer_context): argument 88 def adaptation(request, servicer_context): argument 97 def adaptation(request_iterator, servicer_context): argument 159 servicer_context): argument 178 def adaptation(request, servicer_context): argument 191 def adaptation(request, servicer_context): argument 209 def adaptation(request_iterator, servicer_context): argument 225 def adaptation(request_iterator, servicer_context): argument
|
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/ |
D | methods.py | 36 def _maybe_echo_metadata(servicer_context): argument 49 def _maybe_echo_status_and_message(request, servicer_context): argument
|