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::AsynchronousService | inline |
RequestAsyncUnary(int index, ServerContext *context, grpc::protobuf::Message *request, ServerAsyncStreamingInterface *stream, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag) (defined in grpc::AsynchronousService) | grpc::AsynchronousService | inlineprotected |
RequestBidiStreaming(int index, ServerContext *context, ServerAsyncStreamingInterface *stream, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag) (defined in grpc::AsynchronousService) | grpc::AsynchronousService | inlineprotected |
RequestClientStreaming(int index, ServerContext *context, ServerAsyncStreamingInterface *stream, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag) (defined in grpc::AsynchronousService) | grpc::AsynchronousService | inlineprotected |
RequestServerStreaming(int index, ServerContext *context, grpc::protobuf::Message *request, ServerAsyncStreamingInterface *stream, CompletionQueue *call_cq, ServerCompletionQueue *notification_cq, void *tag) (defined in grpc::AsynchronousService) | grpc::AsynchronousService | inlineprotected |
Server (defined in grpc::AsynchronousService) | grpc::AsynchronousService | friend |
~AsynchronousService() (defined in grpc::AsynchronousService) | grpc::AsynchronousService | inline |