/external/grpc-grpc/examples/python/interceptors/headers/ |
D | generic_client_interceptor.py | 26 def intercept_unary_unary(self, continuation, client_call_details, request): argument 32 def intercept_unary_stream(self, continuation, client_call_details, argument 39 def intercept_stream_unary(self, continuation, client_call_details, argument 46 def intercept_stream_stream(self, continuation, client_call_details, argument
|
D | header_manipulator_client_interceptor.py | 32 def intercept_call(client_call_details, request_iterator, request_streaming, argument
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
D | _interceptor_test.py | 191 def intercept_unary_unary(self, continuation, client_call_details, request): argument 197 def intercept_unary_stream(self, continuation, client_call_details, argument 204 def intercept_stream_unary(self, continuation, client_call_details, argument 211 def intercept_stream_stream(self, continuation, client_call_details, argument 232 def intercept_unary_unary(self, continuation, client_call_details, request): argument 236 def intercept_unary_stream(self, continuation, client_call_details, argument 241 def intercept_stream_unary(self, continuation, client_call_details, argument 246 def intercept_stream_stream(self, continuation, client_call_details, argument 261 def intercept_call(client_call_details, request_iterator, request_streaming, argument 273 def intercept_call(client_call_details, request_iterator, argument
|
/external/grpc-grpc/examples/python/interceptors/default_value/ |
D | default_value_client_interceptor.py | 57 def _intercept_call(self, continuation, client_call_details, argument 62 def intercept_unary_unary(self, continuation, client_call_details, request): argument 65 def intercept_stream_unary(self, continuation, client_call_details, argument
|
/external/grpc-grpc/src/python/grpcio/grpc/ |
D | __init__.py | 370 def intercept_unary_unary(self, continuation, client_call_details, request): argument 407 def intercept_unary_stream(self, continuation, client_call_details, argument 443 def intercept_stream_unary(self, continuation, client_call_details, argument 481 def intercept_stream_stream(self, continuation, client_call_details, argument
|