Home
last modified time | relevance | path

Searched defs:CLIENT_STREAMING (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/include/grpcpp/impl/codegen/
Drpc_method.h33 CLIENT_STREAMING, // request streaming enumerator
/external/grpc-grpc/test/cpp/interop/
Dstress_interop_client.h43 CLIENT_STREAMING, enumerator
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestCases.java32 CLIENT_STREAMING("request streaming with single response"), enumConstant
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DMethodDescriptor.java90 CLIENT_STREAMING, enumConstant
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py465 CLIENT_STREAMING = 'client_streaming' variable in TestCase