Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
grpc::testing::TestServiceImpl Class Reference
Inheritance diagram for grpc::testing::TestServiceImpl:
Inheritance graph
[legend]

Public Member Functions

Status BidiStream (ServerContext *, ServerReaderWriter< EchoResponse, EchoRequest > *stream) override
 
Status Echo (ServerContext *, const EchoRequest *request, EchoResponse *response) override
 
Status Echo (ServerContext *context, const EchoRequest *, EchoResponse *) override
 
Status Echo (ServerContext *context, const EchoRequest *request, EchoResponse *response) override
 
 TestServiceImpl ()
 
 TestServiceImpl (gpr_event *ev)
 

Static Public Member Functions

static void BidiStream_Sender (ServerReaderWriter< EchoResponse, EchoRequest > *stream, gpr_atm *should_exit)
 

Private Attributes

gpr_eventev_
 

Detailed Description

Definition at line 45 of file shutdown_test.cc.

Constructor & Destructor Documentation

◆ TestServiceImpl() [1/2]

grpc::testing::TestServiceImpl::TestServiceImpl ( gpr_event ev)
inlineexplicit

Definition at line 47 of file shutdown_test.cc.

◆ TestServiceImpl() [2/2]

grpc::testing::TestServiceImpl::TestServiceImpl ( )
inline

Definition at line 57 of file thread_stress_test.cc.

Member Function Documentation

◆ BidiStream()

Status grpc::testing::TestServiceImpl::BidiStream ( ServerContext ,
ServerReaderWriter< EchoResponse, EchoRequest > *  stream 
)
inlineoverride

Definition at line 108 of file streaming_throughput_test.cc.

◆ BidiStream_Sender()

static void grpc::testing::TestServiceImpl::BidiStream_Sender ( ServerReaderWriter< EchoResponse, EchoRequest > *  stream,
gpr_atm should_exit 
)
inlinestatic

Definition at line 90 of file streaming_throughput_test.cc.

◆ Echo() [1/3]

Status grpc::testing::TestServiceImpl::Echo ( ServerContext ,
const EchoRequest *  request,
EchoResponse *  response 
)
inlineoverride

Definition at line 59 of file thread_stress_test.cc.

◆ Echo() [2/3]

Status grpc::testing::TestServiceImpl::Echo ( ServerContext context,
const EchoRequest *  ,
EchoResponse *   
)
inlineoverride

Definition at line 49 of file shutdown_test.cc.

◆ Echo() [3/3]

Status grpc::testing::TestServiceImpl::Echo ( ServerContext context,
const EchoRequest *  request,
EchoResponse *  response 
)
inlineoverride

Definition at line 44 of file cli_call_test.cc.

Member Data Documentation

◆ ev_

gpr_event* grpc::testing::TestServiceImpl::ev_
private

Definition at line 58 of file shutdown_test.cc.


The documentation for this class was generated from the following files:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:34