Home
last modified time | relevance | path

Searched refs:STREAM_UNARY_RESPONSE (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/testing/
D_client_test.py95 rpc.terminate(_application_common.STREAM_UNARY_RESPONSE, (),
201 rpc.terminate(_application_common.STREAM_UNARY_RESPONSE, (),
203 rpcs[-1].terminate(_application_common.STREAM_UNARY_RESPONSE, (),
293 rpc.terminate(_application_common.STREAM_UNARY_RESPONSE, (),
D_client_application.py122 if (_application_common.STREAM_UNARY_RESPONSE == response and
159 if _application_common.STREAM_UNARY_RESPONSE != response:
D_application_common.py31 STREAM_UNARY_RESPONSE = services_pb2.Strange(first_strange_field=17) variable
D_server_application.py56 return _application_common.STREAM_UNARY_RESPONSE
D_server_test.py69 self.assertEqual(_application_common.STREAM_UNARY_RESPONSE, response)