Home
last modified time | relevance | path

Searched defs:LARGE_UNARY (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/test/cpp/interop/
Dstress_interop_client.h40 LARGE_UNARY, enumerator
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestCases.java27 LARGE_UNARY("single request and (large) response"), enumConstant
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py463 LARGE_UNARY = 'large_unary' variable in TestCase