|
GRPC C++
1.4.0
|
Actual implementation of bi-directional streaming. More...
Data Structures | |
| class | ServerReaderWriterBody |
| class | GrpcBufferWriter |
| class | GrpcBufferReader |
| class | GrpcLibrary |
| class | GrpcLibraryInitializer |
| Instantiating this class ensures the proper initialization of gRPC. More... | |
Functions | |
| template<class BufferWriter , class T > | |
| Status | GenericSerialize (const grpc::protobuf::Message &msg, grpc_byte_buffer **bp, bool *own_buffer) |
| template<class BufferReader , class T > | |
| Status | GenericDeserialize (grpc_byte_buffer *buffer, grpc::protobuf::Message *msg) |
Variables | |
| const int | kGrpcBufferWriterMaxBufferLength = 1024 * 1024 |
Actual implementation of bi-directional streaming.
| Status grpc::internal::GenericDeserialize | ( | grpc_byte_buffer * | buffer, |
| grpc::protobuf::Message * | msg | ||
| ) |
| Status grpc::internal::GenericSerialize | ( | const grpc::protobuf::Message & | msg, |
| grpc_byte_buffer ** | bp, | ||
| bool * | own_buffer | ||
| ) |
| const int grpc::internal::kGrpcBufferWriterMaxBufferLength = 1024 * 1024 |
1.8.6