34 #ifndef GRPCXX_SUPPORT_BYTE_BUFFER_H
35 #define GRPCXX_SUPPORT_BYTE_BUFFER_H
43 #include <grpc/support/log.h>
99 dest->set_buffer(byte_buffer);
112 #endif // GRPCXX_SUPPORT_BYTE_BUFFER_H
void Clear()
Remove all data.
A wrapper around grpc_slice.
Definition: slice.h:47
Definition: grpc_types.h:55
void Swap(ByteBuffer *other)
Swap the state of *this and *other.
Defines how to serialize and deserialize some type.
Definition: serialization_traits.h:64
size_t Length() const
Buffer size in bytes.
Status Dump(std::vector< Slice > *slices) const
Dump (read) the buffer contents into slices.
GRPCAPI grpc_byte_buffer * grpc_byte_buffer_copy(grpc_byte_buffer *bb)
Copies input byte buffer bb.
ByteBuffer & operator=(const ByteBuffer &)
static Status Deserialize(grpc_byte_buffer *byte_buffer, ByteBuffer *dest)
Definition: byte_buffer.h:98
Did it work? If it didn't, why?
Definition: status.h:45
static Status Serialize(const ByteBuffer &source, grpc_byte_buffer **buffer, bool *own_buffer)
Definition: byte_buffer.h:102
static const Status & OK
An OK pre-defined instance.
Definition: status.h:63
ByteBuffer()
Constuct an empty buffer.
Definition: byte_buffer.h:53
A sequence of bytes.
Definition: byte_buffer.h:50