Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpcpp/impl/codegen/
Drpc_method.h34 SERVER_STREAMING, // response streaming enumerator
/external/rust/crates/grpcio-sys/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
/external/rust/crates/grpcio-sys/grpc/spm-cpp-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
/external/grpc-grpc/test/cpp/interop/
Dstress_interop_client.h44 SERVER_STREAMING, enumerator
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestCases.java36 SERVER_STREAMING("single request with response streaming"), enumConstant
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DMethodDescriptor.java95 SERVER_STREAMING, enumConstant
/external/pigweed/pw_rpc/py/pw_rpc/
Ddescriptors.py184 SERVER_STREAMING = 1 variable in Method.Type
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py464 SERVER_STREAMING = 'server_streaming' variable in TestCase
/external/pigweed/pw_protobuf/py/pw_protobuf/
Dproto_tree.py328 SERVER_STREAMING = 'kServerStreaming' variable in ProtoServiceMethod.Type