This is the complete list of members for grpc::Service, including all inherited members.
AddMethod(internal::RpcServiceMethod *method) | grpc::Service | inlineprotected |
GetHandler(int index) | grpc::Service | inlineprotected |
has_async_methods() const | grpc::Service | inline |
has_callback_methods() const | grpc::Service | inline |
has_generic_methods() const | grpc::Service | inline |
has_synchronous_methods() const | grpc::Service | inline |
MarkMethodAsync(int index) | grpc::Service | inlineprotected |
MarkMethodCallback(int index, internal::MethodHandler *handler) | grpc::Service | inlineprotected |
MarkMethodGeneric(int index) | grpc::Service | inlineprotected |
MarkMethodRaw(int index) | grpc::Service | inlineprotected |
MarkMethodRawCallback(int index, internal::MethodHandler *handler) | grpc::Service | inlineprotected |
MarkMethodStreamed(int index, internal::MethodHandler *streamed_method) | grpc::Service | inlineprotected |
methods_ | grpc::Service | private |
RequestAsyncBidiStreaming(int index, grpc::ServerContext *context, internal::ServerAsyncStreamingInterface *stream, grpc::CompletionQueue *call_cq, grpc::ServerCompletionQueue *notification_cq, void *tag) | grpc::Service | inlineprotected |
RequestAsyncClientStreaming(int index, grpc::ServerContext *context, internal::ServerAsyncStreamingInterface *stream, grpc::CompletionQueue *call_cq, grpc::ServerCompletionQueue *notification_cq, void *tag) | grpc::Service | inlineprotected |
RequestAsyncServerStreaming(int index, grpc::ServerContext *context, Message *request, internal::ServerAsyncStreamingInterface *stream, grpc::CompletionQueue *call_cq, grpc::ServerCompletionQueue *notification_cq, void *tag) | grpc::Service | inlineprotected |
RequestAsyncUnary(int index, grpc::ServerContext *context, Message *request, internal::ServerAsyncStreamingInterface *stream, grpc::CompletionQueue *call_cq, grpc::ServerCompletionQueue *notification_cq, void *tag) | grpc::Service | inlineprotected |
Server class | grpc::Service | friend |
server_ | grpc::Service | private |
ServerInterface class | grpc::Service | friend |
Service() | grpc::Service | inline |
~Service() | grpc::Service | inlinevirtual |