|
GRPC C++
1.4.0
|
#include <type_traits>#include <grpc++/impl/codegen/config_protobuf.h>#include <grpc++/impl/codegen/core_codegen_interface.h>#include <grpc++/impl/codegen/serialization_traits.h>#include <grpc++/impl/codegen/status.h>#include <grpc/impl/codegen/byte_buffer_reader.h>#include <grpc/impl/codegen/grpc_types.h>#include <grpc/impl/codegen/slice.h>Go to the source code of this file.
Data Structures | |
| class | grpc::internal::GrpcBufferWriter |
| class | grpc::internal::GrpcBufferReader |
Namespaces | |
| grpc | |
| grpc::internal | |
| Actual implementation of bi-directional streaming. | |
Functions | |
| template<class BufferWriter , class T > | |
| Status | grpc::internal::GenericSerialize (const grpc::protobuf::Message &msg, grpc_byte_buffer **bp, bool *own_buffer) |
| template<class BufferReader , class T > | |
| Status | grpc::internal::GenericDeserialize (grpc_byte_buffer *buffer, grpc::protobuf::Message *msg) |
Variables | |
| const int | grpc::internal::kGrpcBufferWriterMaxBufferLength = 1024 * 1024 |
1.8.6