This is the complete list of members for grpc::TemplatedGenericStub< RequestType, ResponseType >, including all inherited members.
| Call(ClientContext *context, const std::string &method, grpc::CompletionQueue *cq, void *tag) | grpc::TemplatedGenericStub< RequestType, ResponseType > | inline |
| CallInternal(grpc::ChannelInterface *channel, ClientContext *context, const std::string &method, StubOptions options, grpc::CompletionQueue *cq, bool start, void *tag) | grpc::TemplatedGenericStub< RequestType, ResponseType > | inlineprivate |
| channel_ | grpc::TemplatedGenericStub< RequestType, ResponseType > | private |
| PrepareBidiStreamingCall(ClientContext *context, const std::string &method, StubOptions options, ClientBidiReactor< RequestType, ResponseType > *reactor) | grpc::TemplatedGenericStub< RequestType, ResponseType > | inline |
| PrepareBidiStreamingCallInternal(ClientContext *context, const std::string &method, StubOptions options, ClientBidiReactor< RequestType, ResponseType > *reactor) | grpc::TemplatedGenericStub< RequestType, ResponseType > | inlineprivate |
| PrepareCall(ClientContext *context, const std::string &method, grpc::CompletionQueue *cq) | grpc::TemplatedGenericStub< RequestType, ResponseType > | inline |
| PrepareUnaryCall(ClientContext *context, const std::string &method, const RequestType &request, grpc::CompletionQueue *cq) | grpc::TemplatedGenericStub< RequestType, ResponseType > | inline |
| PrepareUnaryCall(ClientContext *context, const std::string &method, StubOptions options, const RequestType *request, ResponseType *response, ClientUnaryReactor *reactor) | grpc::TemplatedGenericStub< RequestType, ResponseType > | inline |
| PrepareUnaryCallInternal(ClientContext *context, const std::string &method, StubOptions options, const RequestType *request, ResponseType *response, ClientUnaryReactor *reactor) | grpc::TemplatedGenericStub< RequestType, ResponseType > | inlineprivate |
| TemplatedGenericStub(std::shared_ptr< grpc::ChannelInterface > channel) | grpc::TemplatedGenericStub< RequestType, ResponseType > | inlineexplicit |
| UnaryCall(ClientContext *context, const std::string &method, StubOptions options, const RequestType *request, ResponseType *response, std::function< void(grpc::Status)> on_completion) | grpc::TemplatedGenericStub< RequestType, ResponseType > | inline |
| UnaryCallInternal(ClientContext *context, const std::string &method, StubOptions options, const RequestType *request, ResponseType *response, std::function< void(grpc::Status)> on_completion) | grpc::TemplatedGenericStub< RequestType, ResponseType > | inlineprivate |