
Public Member Functions | |
| void | Reset () override |
| bool | RunNextState (bool ok) override |
| ServerRpcContextStreamingFromServerImpl (std::function< void(ServerContextType *, RequestType *, grpc::ServerAsyncWriter< ResponseType > *, void *)> request_method, std::function< grpc::Status(RequestType *, ResponseType *)> invoke_method) | |
| ~ServerRpcContextStreamingFromServerImpl () override | |
Public Member Functions inherited from grpc::testing::AsyncQpsServerTest< RequestType, ResponseType, ServiceType, ServerContextType >::ServerRpcContext | |
| void | lock () |
| ServerRpcContext () | |
| void | unlock () |
| virtual | ~ServerRpcContext () |
Private Member Functions | |
| bool | finish_done (bool) |
| bool | request_done (bool ok) |
| bool | write_done (bool ok) |
Private Attributes | |
| std::function< grpc::Status(RequestType *, ResponseType *)> | invoke_method_ |
| bool(ServerRpcContextStreamingFromServerImpl::* | next_state_ )(bool) |
| RequestType | req_ |
| std::function< void(ServerContextType *, RequestType *, grpc::ServerAsyncWriter< ResponseType > *, void *)> | request_method_ |
| ResponseType | response_ |
| std::unique_ptr< ServerContextType > | srv_ctx_ |
| grpc::ServerAsyncWriter< ResponseType > | stream_ |
Definition at line 456 of file server_async.cc.
|
inline |
Definition at line 459 of file server_async.cc.
|
inlineoverride |
Definition at line 472 of file server_async.cc.
|
inlineprivate |
Definition at line 510 of file server_async.cc.
|
inlineprivate |
Definition at line 486 of file server_async.cc.
|
inlineoverridevirtual |
Definition at line 474 of file server_async.cc.
|
inlineoverridevirtual |
Definition at line 473 of file server_async.cc.
|
inlineprivate |
Definition at line 499 of file server_async.cc.
|
private |
Definition at line 519 of file server_async.cc.
|
private |
Definition at line 515 of file server_async.cc.
|
private |
Definition at line 513 of file server_async.cc.
|
private |
Definition at line 518 of file server_async.cc.
|
private |
Definition at line 514 of file server_async.cc.
|
private |
Definition at line 512 of file server_async.cc.
|
private |
Definition at line 520 of file server_async.cc.