Home
last modified time | relevance | path

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.py27 _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.py33 _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.py32 _STREAM_UNARY = '/test/StreamUnary' variable
143 elif handler_call_details.method == _STREAM_UNARY:
189 _STREAM_UNARY,
D_resource_exhausted_test.py31 _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.py29 _STREAM_UNARY = '/test/StreamUnary' variable
46 _STREAM_UNARY,
D_interceptor_test.py36 _STREAM_UNARY = '/test/StreamUnary' variable
143 elif handler_call_details.method == _STREAM_UNARY:
167 _STREAM_UNARY,
D_metadata_code_details_test.py36 _STREAM_UNARY = 'StreamUnary' variable
179 _STREAM_UNARY:
218 _STREAM_UNARY,
D_rpc_test.py35 _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.py35 _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,