Home
last modified time | relevance | path

Searched defs:SERVER_STREAMING (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/include/grpcpp/impl/codegen/
Drpc_method.h34 SERVER_STREAMING, // response streaming enumerator
Dserver_interceptor.h59 enum class Type { UNARY, CLIENT_STREAMING, SERVER_STREAMING, BIDI_STREAMING }; enumerator
Dclient_interceptor.h74 SERVER_STREAMING, enumerator
/third_party/grpc/test/cpp/interop/
Dstress_interop_client.h44 SERVER_STREAMING, enumerator
/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/
Dmethods.py399 SERVER_STREAMING = 'server_streaming' variable in TestCase
/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py426 SERVER_STREAMING = 'server_streaming' variable in TestCase