Home
last modified time | relevance | path

Searched refs:CANCEL_AFTER_FIRST_RESPONSE (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/test/cpp/interop/
Dstress_interop_client.h51 CANCEL_AFTER_FIRST_RESPONSE, enumerator
71 {CANCEL_AFTER_FIRST_RESPONSE, "cancel_after_first_response"},
Dstress_interop_client.cc168 case CANCEL_AFTER_FIRST_RESPONSE: { in RunTest()
/third_party/grpc/src/python/grpcio_tests/tests/interop/
D_intraop_test_case.py46 methods.TestCase.CANCEL_AFTER_FIRST_RESPONSE.test_interoperability(
Dmethods.py430 CANCEL_AFTER_FIRST_RESPONSE = 'cancel_after_first_response' variable in TestCase
456 elif self is TestCase.CANCEL_AFTER_FIRST_RESPONSE:
/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/
Dlocal_interop_test.py65 methods.TestCase.CANCEL_AFTER_FIRST_RESPONSE, self._stub, None)
Dmethods.py403 CANCEL_AFTER_FIRST_RESPONSE = 'cancel_after_first_response' variable in TestCase
424 TestCase.CANCEL_AFTER_FIRST_RESPONSE: _cancel_after_first_response,