#include <test_service_impl.h>

Public Member Functions | |
| Status | BidiStream (ServerContext *context, ServerReaderWriter< EchoResponse, EchoRequest > *stream) |
| Status | CheckClientInitialMetadata (ServerContext *context, const SimpleRequest *, SimpleResponse *) |
| void | ClientWaitUntilRpcStarted () |
| Status | Echo (ServerContext *context, const EchoRequest *request, EchoResponse *response) |
| Status | Echo1 (ServerContext *context, const EchoRequest *request, EchoResponse *response) |
| Status | Echo2 (ServerContext *context, const EchoRequest *request, EchoResponse *response) |
| Status | RequestStream (ServerContext *context, ServerReader< EchoRequest > *reader, EchoResponse *response) |
| Status | ResponseStream (ServerContext *context, const EchoRequest *request, ServerWriter< EchoResponse > *writer) |
| uint64_t | RpcsWaitingForClientCancel () |
| bool | signal_client () |
| void | SignalServerToContinue () |
| TestMultipleServiceImpl () | |
| TestMultipleServiceImpl (const std::string &host) | |
Private Attributes | |
| std::unique_ptr< std::string > | host_ |
| std::mutex | mu_ |
| uint64_t | rpcs_waiting_for_client_cancel_ = 0 |
| bool | signal_client_ |
| TestServiceSignaller | signaller_ |
Definition at line 118 of file test_service_impl.h.
|
inline |
Definition at line 120 of file test_service_impl.h.
|
inlineexplicit |
Definition at line 121 of file test_service_impl.h.
|
inline |
Definition at line 372 of file test_service_impl.h.
|
inline |
Definition at line 253 of file test_service_impl.h.
|
inline |
Definition at line 443 of file test_service_impl.h.
|
inline |
Definition at line 124 of file test_service_impl.h.
|
inline |
Definition at line 243 of file test_service_impl.h.
|
inline |
Definition at line 248 of file test_service_impl.h.
|
inline |
Definition at line 267 of file test_service_impl.h.
|
inline |
Definition at line 317 of file test_service_impl.h.
|
inline |
Definition at line 445 of file test_service_impl.h.
|
inline |
Definition at line 439 of file test_service_impl.h.
|
inline |
Definition at line 444 of file test_service_impl.h.
|
private |
Definition at line 454 of file test_service_impl.h.
|
private |
Definition at line 452 of file test_service_impl.h.
|
private |
Definition at line 455 of file test_service_impl.h.
|
private |
Definition at line 451 of file test_service_impl.h.
|
private |
Definition at line 453 of file test_service_impl.h.