
Public Member Functions | |
| void | Reset () override |
| bool | RunNextState (bool ok) override |
| ServerRpcContextStreamingImpl (std::function< void(ServerContextType *, grpc::ServerAsyncReaderWriter< ResponseType, RequestType > *, void *)> request_method, std::function< grpc::Status(RequestType *, ResponseType *)> invoke_method) | |
| ~ServerRpcContextStreamingImpl () 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 | read_done (bool ok) |
| bool | request_done (bool ok) |
| bool | write_done (bool ok) |
Private Attributes | |
| std::function< grpc::Status(RequestType *, ResponseType *)> | invoke_method_ |
| bool(ServerRpcContextStreamingImpl::* | next_state_ )(bool) |
| RequestType | req_ |
| std::function< void(ServerContextType *, grpc::ServerAsyncReaderWriter< ResponseType, RequestType > *, void *)> | request_method_ |
| ResponseType | response_ |
| std::unique_ptr< ServerContextType > | srv_ctx_ |
| grpc::ServerAsyncReaderWriter< ResponseType, RequestType > | stream_ |
Definition at line 309 of file server_async.cc.
|
inline |
Definition at line 311 of file server_async.cc.
|
inlineoverride |
Definition at line 324 of file server_async.cc.
|
inlineprivate |
Definition at line 373 of file server_async.cc.
|
inlineprivate |
Definition at line 347 of file server_async.cc.
|
inlineprivate |
Definition at line 338 of file server_async.cc.
|
inlineoverridevirtual |
Definition at line 326 of file server_async.cc.
|
inlineoverridevirtual |
Definition at line 325 of file server_async.cc.
|
inlineprivate |
Definition at line 362 of file server_async.cc.
|
private |
Definition at line 383 of file server_async.cc.
|
private |
Definition at line 378 of file server_async.cc.
|
private |
Definition at line 376 of file server_async.cc.
|
private |
Definition at line 382 of file server_async.cc.
|
private |
Definition at line 377 of file server_async.cc.
|
private |
Definition at line 375 of file server_async.cc.
|
private |
Definition at line 384 of file server_async.cc.