
Public Member Functions | |
| void | lock () |
| virtual void | Reset ()=0 |
| virtual bool | RunNextState (bool)=0 |
| ServerRpcContext () | |
| void | unlock () |
| virtual | ~ServerRpcContext () |
Private Attributes | |
| std::mutex | mu_ |
Definition at line 237 of file server_async.cc.
|
inline |
Definition at line 239 of file server_async.cc.
|
inlinevirtual |
Definition at line 242 of file server_async.cc.
|
inline |
Definition at line 240 of file server_async.cc.
|
pure virtual |
Implemented in grpc::testing::AsyncQpsServerTest< RequestType, ResponseType, ServiceType, ServerContextType >::ServerRpcContextStreamingFromServerImpl, grpc::testing::AsyncQpsServerTest< RequestType, ResponseType, ServiceType, ServerContextType >::ServerRpcContextStreamingFromClientImpl, grpc::testing::AsyncQpsServerTest< RequestType, ResponseType, ServiceType, ServerContextType >::ServerRpcContextStreamingImpl, and grpc::testing::AsyncQpsServerTest< RequestType, ResponseType, ServiceType, ServerContextType >::ServerRpcContextUnaryImpl.
|
pure virtual |
Implemented in grpc::testing::AsyncQpsServerTest< RequestType, ResponseType, ServiceType, ServerContextType >::ServerRpcContextStreamingFromServerImpl, grpc::testing::AsyncQpsServerTest< RequestType, ResponseType, ServiceType, ServerContextType >::ServerRpcContextStreamingFromClientImpl, grpc::testing::AsyncQpsServerTest< RequestType, ResponseType, ServiceType, ServerContextType >::ServerRpcContextStreamingImpl, and grpc::testing::AsyncQpsServerTest< RequestType, ResponseType, ServiceType, ServerContextType >::ServerRpcContextUnaryImpl.
|
inline |
Definition at line 241 of file server_async.cc.
|
private |
Definition at line 246 of file server_async.cc.