Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/interop/
Dstress_interop_client.h50 CANCEL_AFTER_BEGIN, enumerator
70 {CANCEL_AFTER_BEGIN, "cancel_after_begin"},
Dstress_interop_client.cc164 case CANCEL_AFTER_BEGIN: { in RunTest()
/third_party/grpc/src/python/grpcio_tests/tests/interop/
D_intraop_test_case.py42 methods.TestCase.CANCEL_AFTER_BEGIN.test_interoperability(
Dmethods.py429 CANCEL_AFTER_BEGIN = 'cancel_after_begin' variable in TestCase
454 elif self is TestCase.CANCEL_AFTER_BEGIN:
/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/
Dlocal_interop_test.py60 await methods.test_interoperability(methods.TestCase.CANCEL_AFTER_BEGIN,
Dmethods.py402 CANCEL_AFTER_BEGIN = 'cancel_after_begin' variable in TestCase
423 TestCase.CANCEL_AFTER_BEGIN: _cancel_after_begin,