Searched refs:_STREAM_UNARY (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
D | _empty_message_test.py | 27 _STREAM_UNARY = '/test/StreamUnary' variable 79 elif handler_call_details.method == _STREAM_UNARY: 109 response = self._channel.stream_unary(_STREAM_UNARY)(iter(
|
D | _metadata_test.py | 33 _STREAM_UNARY = '/test/StreamUnary' variable 167 elif handler_call_details.method == _STREAM_UNARY: 213 multi_callable = self._channel.stream_unary(_STREAM_UNARY)
|
D | _invocation_defects_test.py | 32 _STREAM_UNARY = '/test/StreamUnary' variable 143 elif handler_call_details.method == _STREAM_UNARY: 189 _STREAM_UNARY,
|
D | _resource_exhausted_test.py | 31 _STREAM_UNARY = '/test/StreamUnary' variable 126 elif handler_call_details.method == _STREAM_UNARY: 202 multi_callable = self._channel.stream_unary(_STREAM_UNARY)
|
D | _invalid_metadata_test.py | 29 _STREAM_UNARY = '/test/StreamUnary' variable 46 _STREAM_UNARY,
|
D | _interceptor_test.py | 36 _STREAM_UNARY = '/test/StreamUnary' variable 143 elif handler_call_details.method == _STREAM_UNARY: 167 _STREAM_UNARY,
|
D | _metadata_code_details_test.py | 36 _STREAM_UNARY = 'StreamUnary' variable 179 _STREAM_UNARY: 218 _STREAM_UNARY,
|
D | _rpc_test.py | 35 _STREAM_UNARY = '/test/StreamUnary' variable 147 elif handler_call_details.method == _STREAM_UNARY: 171 _STREAM_UNARY,
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/beta/ |
D | _beta_features_test.py | 35 _STREAM_UNARY = 'stream-unary' variable 148 (_GROUP, _STREAM_UNARY): 157 _STREAM_UNARY: cardinality.Cardinality.STREAM_UNARY, 226 response_future = getattr(self._dynamic_stub, _STREAM_UNARY).future( 279 (_GROUP, _STREAM_UNARY): 288 _STREAM_UNARY: cardinality.Cardinality.STREAM_UNARY,
|