|
| MOCK_METHOD1_T (ReadInitialMetadata, void(void *)) |
|
| MOCK_METHOD1_T (StartCall, void(void *)) |
| ClientAsyncStreamingInterface. More...
|
|
| MOCK_METHOD1_T (WritesDone, void(void *)) |
| ClientAsyncReaderWriterInterface. More...
|
|
| MOCK_METHOD2_T (Finish, void(Status *, void *)) |
|
| MOCK_METHOD2_T (Read, void(R *, void *)) |
| AsyncReaderInterface. More...
|
|
| MOCK_METHOD2_T (Write, void(const W &, void *)) |
| AsyncWriterInterface. More...
|
|
| MOCK_METHOD3_T (Write, void(const W &, grpc::WriteOptions, void *)) |
|
| MockClientAsyncReaderWriter ()=default |
|
virtual void | WritesDone (void *tag)=0 |
|
virtual void | Finish (grpc::Status *status, void *tag)=0 |
|
virtual void | ReadInitialMetadata (void *tag)=0 |
|
virtual void | StartCall (void *tag)=0 |
|
virtual | ~ClientAsyncStreamingInterface () |
|
virtual void | Write (const W &msg, grpc::WriteOptions options, void *tag)=0 |
|
virtual void | Write (const W &msg, void *tag)=0 |
|
void | WriteLast (const W &msg, grpc::WriteOptions options, void *tag) |
|
virtual | ~AsyncWriterInterface () |
|
virtual void | Read (R *msg, void *tag)=0 |
|
virtual | ~AsyncReaderInterface () |
|
template<class W, class R>
class grpc::testing::MockClientAsyncReaderWriter< W, R >
Definition at line 132 of file grpcpp/test/mock_stream.h.