gRPC  0.6.0
 All Classes Namespaces Functions Variables Enumerations Properties Pages
grpc::AsynchronousService Member List

This is the complete list of members for grpc::AsynchronousService, including all inherited members.

AsynchronousService(const char **method_names, size_t method_count) (defined in grpc::AsynchronousService)grpc::AsynchronousServiceinline
RequestAsyncUnary(int index, ServerContext *context, grpc::protobuf::Message *request, ServerAsyncStreamingInterface *stream, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag) (defined in grpc::AsynchronousService)grpc::AsynchronousServiceinlineprotected
RequestBidiStreaming(int index, ServerContext *context, ServerAsyncStreamingInterface *stream, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag) (defined in grpc::AsynchronousService)grpc::AsynchronousServiceinlineprotected
RequestClientStreaming(int index, ServerContext *context, ServerAsyncStreamingInterface *stream, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag) (defined in grpc::AsynchronousService)grpc::AsynchronousServiceinlineprotected
RequestServerStreaming(int index, ServerContext *context, grpc::protobuf::Message *request, ServerAsyncStreamingInterface *stream, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag) (defined in grpc::AsynchronousService)grpc::AsynchronousServiceinlineprotected
Server (defined in grpc::AsynchronousService)grpc::AsynchronousServicefriend
~AsynchronousService() (defined in grpc::AsynchronousService)grpc::AsynchronousServiceinline