Home
last modified time | relevance | path

Searched refs:SERVER_COMPRESSED_UNARY (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/test/cpp/interop/
Dstress_interop_client.h45 SERVER_COMPRESSED_UNARY, enumerator
65 {SERVER_COMPRESSED_UNARY, "server_compressed_unary"},
Dstress_interop_client.cc144 case SERVER_COMPRESSED_UNARY: { in RunTest()
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestCases.java31 SERVER_COMPRESSED_UNARY("server compressed unary response"), enumConstant
DTestServiceClient.java237 case SERVER_COMPRESSED_UNARY: in runTest()