|
Status | StreamingBothWays (ServerContext *context, ServerReaderWriter< SimpleResponse, SimpleRequest > *stream) override |
|
Status | StreamingCall (ServerContext *, ServerReaderWriter< SimpleResponse, SimpleRequest > *stream) override |
|
Status | StreamingFromClient (ServerContext *context, ServerReader< SimpleRequest > *stream, SimpleResponse *response) override |
|
Status | StreamingFromServer (ServerContext *context, const SimpleRequest *request, ServerWriter< SimpleResponse > *stream) override |
|
Status | UnaryCall (ServerContext *, const SimpleRequest *request, SimpleResponse *response) override |
|
Definition at line 37 of file server_sync.cc.
◆ ClientPull()
template<class R >
static Status grpc::testing::BenchmarkServiceImpl::ClientPull |
( |
ServerContext * |
, |
|
|
R * |
stream, |
|
|
SimpleResponse * |
response |
|
) |
| |
|
inlinestaticprivate |
◆ ServerPush()
◆ SetResponse()
static Status grpc::testing::BenchmarkServiceImpl::SetResponse |
( |
const SimpleRequest * |
request, |
|
|
SimpleResponse * |
response |
|
) |
| |
|
inlinestaticprivate |
◆ StreamingBothWays()
◆ StreamingCall()
◆ StreamingFromClient()
Status grpc::testing::BenchmarkServiceImpl::StreamingFromClient |
( |
ServerContext * |
context, |
|
|
ServerReader< SimpleRequest > * |
stream, |
|
|
SimpleResponse * |
response |
|
) |
| |
|
inlineoverride |
◆ StreamingFromServer()
◆ UnaryCall()
Status grpc::testing::BenchmarkServiceImpl::UnaryCall |
( |
ServerContext * |
, |
|
|
const SimpleRequest * |
request, |
|
|
SimpleResponse * |
response |
|
) |
| |
|
inlineoverride |
The documentation for this class was generated from the following file: