|
GRPC C++
1.76.0
|
#include <grpc/byte_buffer_reader.h>#include <grpc/impl/grpc_types.h>#include <grpc/slice.h>#include <grpcpp/impl/codegen/config_protobuf.h>#include <grpcpp/impl/serialization_traits.h>#include <grpcpp/support/byte_buffer.h>#include <grpcpp/support/proto_buffer_reader.h>#include <grpcpp/support/proto_buffer_writer.h>#include <grpcpp/support/slice.h>#include <grpcpp/support/status.h>#include <cstddef>#include <limits>#include <type_traits>#include "absl/log/absl_check.h"#include "absl/strings/str_cat.h"Go to the source code of this file.
Namespaces | |
| grpc | |
| An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation. | |
Functions | |
| template<class ProtoBufferWriter , class T > | |
| Status | grpc::GenericSerialize (const grpc::protobuf::MessageLite &msg, ByteBuffer *bb, bool *own_buffer) |
| template<class ProtoBufferReader , class T > | |
| Status | grpc::GenericDeserialize (ByteBuffer *buffer, grpc::protobuf::MessageLite *msg) |
1.8.17