Public Types | |
| enum | { READY, DONE } |
Public Attributes | |
| EchoRequest | recv_request |
| std::unique_ptr< grpc::ServerAsyncResponseWriter< EchoResponse > > | response_writer |
| std::unique_ptr< ServerContext > | srv_ctx |
| enum grpc::testing::CommonStressTestAsyncServer::Context:: { ... } | state |
Definition at line 251 of file thread_stress_test.cc.
| anonymous enum |
| Enumerator | |
|---|---|
| READY | |
| DONE | |
Definition at line 256 of file thread_stress_test.cc.
| EchoRequest grpc::testing::CommonStressTestAsyncServer< BaseClass >::Context::recv_request |
Definition at line 255 of file thread_stress_test.cc.
| std::unique_ptr<grpc::ServerAsyncResponseWriter<EchoResponse> > grpc::testing::CommonStressTestAsyncServer< BaseClass >::Context::response_writer |
Definition at line 254 of file thread_stress_test.cc.
| std::unique_ptr<ServerContext> grpc::testing::CommonStressTestAsyncServer< BaseClass >::Context::srv_ctx |
Definition at line 252 of file thread_stress_test.cc.
| enum { ... } grpc::testing::CommonStressTestAsyncServer< BaseClass >::Context::state |