Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/interop/
Dstress_interop_client.h53 EMPTY_STREAM, enumerator
73 {EMPTY_STREAM, "empty_stream"},
Dstress_interop_client.cc176 case EMPTY_STREAM: { in RunTest()
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestCases.java39 EMPTY_STREAM("A stream that has zero-messages in both directions"), enumConstant
DTestServiceClient.java265 case EMPTY_STREAM: in runTest()
DStressTestClient.java478 case EMPTY_STREAM: in runTestCase()
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py469 EMPTY_STREAM = 'empty_stream' variable in TestCase
497 elif self is TestCase.EMPTY_STREAM: