Public Member Functions | List of all members
grpc::testing::MockClientAsyncReaderWriter< W, R > Class Template Reference

#include <mock_stream.h>

Inheritance diagram for grpc::testing::MockClientAsyncReaderWriter< W, R >:
Inheritance graph
[legend]

Public Member Functions

 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
 
- Public Member Functions inherited from grpc::ClientAsyncReaderWriterInterface< W, R >
virtual void WritesDone (void *tag)=0
 
- Public Member Functions inherited from grpc::internal::ClientAsyncStreamingInterface
virtual void Finish (grpc::Status *status, void *tag)=0
 
virtual void ReadInitialMetadata (void *tag)=0
 
virtual void StartCall (void *tag)=0
 
virtual ~ClientAsyncStreamingInterface ()
 
- Public Member Functions inherited from grpc::internal::AsyncWriterInterface< W >
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 ()
 
- Public Member Functions inherited from grpc::internal::AsyncReaderInterface< R >
virtual void Read (R *msg, void *tag)=0
 
virtual ~AsyncReaderInterface ()
 

Detailed Description

template<class W, class R>
class grpc::testing::MockClientAsyncReaderWriter< W, R >

Definition at line 132 of file grpcpp/test/mock_stream.h.

Constructor & Destructor Documentation

◆ MockClientAsyncReaderWriter()

template<class W , class R >
grpc::testing::MockClientAsyncReaderWriter< W, R >::MockClientAsyncReaderWriter ( )
default

Member Function Documentation

◆ MOCK_METHOD1_T() [1/3]

template<class W , class R >
grpc::testing::MockClientAsyncReaderWriter< W, R >::MOCK_METHOD1_T ( ReadInitialMetadata  ,
void(void *)   
)

◆ MOCK_METHOD1_T() [2/3]

template<class W , class R >
grpc::testing::MockClientAsyncReaderWriter< W, R >::MOCK_METHOD1_T ( StartCall  ,
void(void *)   
)

ClientAsyncStreamingInterface.

◆ MOCK_METHOD1_T() [3/3]

template<class W , class R >
grpc::testing::MockClientAsyncReaderWriter< W, R >::MOCK_METHOD1_T ( WritesDone  ,
void(void *)   
)

◆ MOCK_METHOD2_T() [1/3]

template<class W , class R >
grpc::testing::MockClientAsyncReaderWriter< W, R >::MOCK_METHOD2_T ( Finish  ,
void(Status *, void *)   
)

◆ MOCK_METHOD2_T() [2/3]

template<class W , class R >
grpc::testing::MockClientAsyncReaderWriter< W, R >::MOCK_METHOD2_T ( Read  ,
void(R *, void *)   
)

AsyncReaderInterface.

◆ MOCK_METHOD2_T() [3/3]

template<class W , class R >
grpc::testing::MockClientAsyncReaderWriter< W, R >::MOCK_METHOD2_T ( Write  ,
void(const W &, void *)   
)

AsyncWriterInterface.

◆ MOCK_METHOD3_T()

template<class W , class R >
grpc::testing::MockClientAsyncReaderWriter< W, R >::MOCK_METHOD3_T ( Write  ,
void(const W &, grpc::WriteOptions, void *)   
)

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


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