Searched refs:intercept_unary_unary (Results 1 – 5 of 5) sorted by relevance
/external/grpc-grpc/examples/python/interceptors/default_value/ |
D | default_value_client_interceptor.py | 62 def intercept_unary_unary(self, continuation, client_call_details, request): member in DefaultValueClientInterceptor
|
/external/grpc-grpc/examples/python/interceptors/headers/ |
D | generic_client_interceptor.py | 26 def intercept_unary_unary(self, continuation, client_call_details, request): member in _GenericClientInterceptor
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
D | _interceptor_test.py | 191 def intercept_unary_unary(self, continuation, client_call_details, request): member in _GenericClientInterceptor 232 def intercept_unary_unary(self, continuation, client_call_details, request): member in _LoggingInterceptor 254 def intercept_unary_unary(self, ignored_continuation, member in _DefectiveClientInterceptor
|
/external/grpc-grpc/src/python/grpcio/grpc/ |
D | _interceptor.py | 224 call = self._interceptor.intercept_unary_unary( 249 return self._interceptor.intercept_unary_unary(
|
D | __init__.py | 370 def intercept_unary_unary(self, continuation, client_call_details, request): member in UnaryUnaryClientInterceptor
|