GRPC C++  1.11.0
Data Structures | Namespaces | Functions | Variables
proto_utils.h File Reference
#include <type_traits>
#include <grpc/impl/codegen/byte_buffer_reader.h>
#include <grpc/impl/codegen/grpc_types.h>
#include <grpc/impl/codegen/slice.h>
#include <grpcpp/impl/codegen/config_protobuf.h>
#include <grpcpp/impl/codegen/core_codegen_interface.h>
#include <grpcpp/impl/codegen/serialization_traits.h>
#include <grpcpp/impl/codegen/status.h>

Go to the source code of this file.

Data Structures

class  grpc::internal::GrpcBufferWriter
 
class  grpc::internal::GrpcBufferReader
 

Namespaces

 grpc
 An Alarm posts the user provided tag to its associated completion queue upon expiry or cancellation.
 
 grpc::internal
 Models a gRPC server.
 

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