Home
last modified time | relevance | path

Searched defs:ServerWriter (Results 1 – 21 of 21) sorted by relevance

/dports/devel/grpc130/grpc-1.30.2/include/grpcpp/impl/codegen/
H A Dsync_stream.h81 using ServerWriter = ::grpc_impl::ServerWriter<W>; variable
H A Dcompletion_queue_impl.h61 class ServerWriter; variable
H A Dserver_context_impl.h66 class ServerWriter; variable
H A Dsync_stream_impl.h696 ServerWriter(::grpc::internal::Call* call, ::grpc_impl::ServerContext* ctx) in ServerWriter() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/include/grpcpp/impl/codegen/
H A Dsync_stream.h81 using ServerWriter = ::grpc_impl::ServerWriter<W>; variable
H A Dserver_context_impl.h58 class ServerWriter; variable
H A Dcompletion_queue_impl.h59 class ServerWriter; variable
H A Dsync_stream_impl.h693 ServerWriter(::grpc::internal::Call* call, ::grpc_impl::ServerContext* ctx) in ServerWriter() function
/dports/devel/grpc134/grpc-1.34.1/include/grpcpp/impl/codegen/
H A Dcompletion_queue.h58 class ServerWriter; variable
H A Dserver_context.h64 class ServerWriter; variable
H A Dsync_stream.h695 ServerWriter(::grpc::internal::Call* call, ::grpc::ServerContext* ctx) in ServerWriter() function
/dports/devel/grpc/grpc-1.42.0/include/grpcpp/impl/codegen/
H A Dcompletion_queue.h60 class ServerWriter; variable
H A Dserver_context.h66 class ServerWriter; variable
H A Dsync_stream.h701 ServerWriter(::grpc::internal::Call* call, ::grpc::ServerContext* ctx) in ServerWriter() function
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/grpc_root/include/grpcpp/impl/codegen/
H A Dcompletion_queue.h60 class ServerWriter; variable
H A Dserver_context.h66 class ServerWriter; variable
H A Dsync_stream.h701 ServerWriter(::grpc::internal::Call* call, ::grpc::ServerContext* ctx) in ServerWriter() function
/dports/devel/arpc/arpc-0.7/include/arpc++/
H A Darpc++.h422 explicit ServerWriter(ServerWriterImpl* impl) : impl_(impl) { in ServerWriter() function
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/flight/
H A Dserver.cc61 using ServerWriter = grpc::ServerWriter<T>; typedef
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/flight/
H A Dserver.cc61 using ServerWriter = grpc::ServerWriter<T>; typedef
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/flight/
H A Dserver.cc69 using ServerWriter = grpc::ServerWriter<T>; typedef