Public Member Functions | |
ClientRpcContext () | |
virtual bool | RunNextState (bool, HistogramEntry *entry)=0 |
virtual void | Start (CompletionQueue *cq, const ClientConfig &config)=0 |
virtual void | StartNewClone (CompletionQueue *cq)=0 |
virtual void | TryCancel ()=0 |
virtual | ~ClientRpcContext () |
Static Public Member Functions | |
static ClientRpcContext * | detag (void *t) |
static void * | tag (ClientRpcContext *c) |
Definition at line 49 of file client_async.cc.
|
inline |
Definition at line 51 of file client_async.cc.
|
inlinevirtual |
Definition at line 52 of file client_async.cc.
|
inlinestatic |
Definition at line 57 of file client_async.cc.
|
pure virtual |
Implemented in grpc::testing::ClientRpcContextUnaryImpl< RequestType, ResponseType >, grpc::testing::ClientRpcContextGenericStreamingImpl, grpc::testing::ClientRpcContextStreamingFromServerImpl< RequestType, ResponseType >, grpc::testing::ClientRpcContextStreamingFromClientImpl< RequestType, ResponseType >, and grpc::testing::ClientRpcContextStreamingPingPongImpl< RequestType, ResponseType >.
|
pure virtual |
Implemented in grpc::testing::ClientRpcContextGenericStreamingImpl, grpc::testing::ClientRpcContextStreamingFromServerImpl< RequestType, ResponseType >, grpc::testing::ClientRpcContextStreamingFromClientImpl< RequestType, ResponseType >, grpc::testing::ClientRpcContextStreamingPingPongImpl< RequestType, ResponseType >, and grpc::testing::ClientRpcContextUnaryImpl< RequestType, ResponseType >.
|
pure virtual |
Implemented in grpc::testing::ClientRpcContextGenericStreamingImpl, grpc::testing::ClientRpcContextStreamingFromServerImpl< RequestType, ResponseType >, grpc::testing::ClientRpcContextStreamingFromClientImpl< RequestType, ResponseType >, grpc::testing::ClientRpcContextStreamingPingPongImpl< RequestType, ResponseType >, and grpc::testing::ClientRpcContextUnaryImpl< RequestType, ResponseType >.
|
inlinestatic |
Definition at line 56 of file client_async.cc.
|
pure virtual |
Implemented in grpc::testing::ClientRpcContextGenericStreamingImpl, grpc::testing::ClientRpcContextStreamingFromServerImpl< RequestType, ResponseType >, grpc::testing::ClientRpcContextStreamingFromClientImpl< RequestType, ResponseType >, grpc::testing::ClientRpcContextStreamingPingPongImpl< RequestType, ResponseType >, and grpc::testing::ClientRpcContextUnaryImpl< RequestType, ResponseType >.