BaseAsyncRequest(ServerInterface *server, grpc::ServerContext *context, internal::ServerAsyncStreamingInterface *stream, grpc::CompletionQueue *call_cq, grpc::ServerCompletionQueue *notification_cq, void *tag, bool delete_on_finalize) | grpc::ServerInterface::BaseAsyncRequest | |
call_ | grpc::ServerInterface::BaseAsyncRequest | protected |
call_cq_ | grpc::ServerInterface::BaseAsyncRequest | protected |
call_wrapper_ | grpc::ServerInterface::BaseAsyncRequest | protected |
context_ | grpc::ServerInterface::BaseAsyncRequest | protected |
ContinueFinalizeResultAfterInterception() | grpc::ServerInterface::BaseAsyncRequest | private |
delete_on_finalize_ | grpc::ServerInterface::BaseAsyncRequest | protected |
done_intercepting_ | grpc::ServerInterface::BaseAsyncRequest | protected |
FinalizeResult(void **tag, bool *status) override | grpc::ServerInterface::RegisteredAsyncRequest | inlinevirtual |
interceptor_methods_ | grpc::ServerInterface::BaseAsyncRequest | protected |
IssueRequest(void *registered_method, grpc_byte_buffer **payload, grpc::ServerCompletionQueue *notification_cq) | grpc::ServerInterface::RegisteredAsyncRequest | protected |
name_ | grpc::ServerInterface::RegisteredAsyncRequest | protected |
notification_cq_ | grpc::ServerInterface::BaseAsyncRequest | protected |
RegisteredAsyncRequest(ServerInterface *server, grpc::ServerContext *context, internal::ServerAsyncStreamingInterface *stream, grpc::CompletionQueue *call_cq, grpc::ServerCompletionQueue *notification_cq, void *tag, const char *name, internal::RpcMethod::RpcType type) | grpc::ServerInterface::RegisteredAsyncRequest | |
server_ | grpc::ServerInterface::BaseAsyncRequest | protected |
stream_ | grpc::ServerInterface::BaseAsyncRequest | protected |
tag_ | grpc::ServerInterface::BaseAsyncRequest | protected |
type_ | grpc::ServerInterface::RegisteredAsyncRequest | protected |
~BaseAsyncRequest() override | grpc::ServerInterface::BaseAsyncRequest | |
~CompletionQueueTag() | grpc::internal::CompletionQueueTag | inlinevirtual |