template <class Request, class Response>

class ClientCallbackReaderWriterImpl

Defined at line 461 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h

Public Methods

void operator delete (void * , std::size_t size)

always allocated against a call arena, no memory free required

Defined at line 465 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h

void operator delete (void * , void * )

This operator should never be called as the memory should be freed as part

of the arena destruction. It only exists to provide a matching operator

delete to the operator new so that some compilers will not complain (see

https://github.com/grpc/grpc/issues/11301) Note at the time of adding this

there are no tests catching the compiler warning.

Defined at line 474 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h

void StartCall ()

Defined at line 476 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h

void Read (Response * msg)

Defined at line 512 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h

void Write (const Request * msg, grpc::WriteOptions options)

Defined at line 525 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h

void WritesDone ()

Defined at line 549 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h

void AddHold (int holds)

Defined at line 575 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h

void RemoveHold ()

Defined at line 578 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/client_callback.h