GRPC Core  4.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
grpc_byte_buffer Struct Reference

#include <grpc_types.h>

Data Fields

void * reserved
 
grpc_byte_buffer_type type
 
union {
   struct {
      void *   reserved [8]
 
   }   reserved
 
   struct {
      grpc_compression_algorithm   compression
 
      grpc_slice_buffer   slice_buffer
 
   }   raw
 
data
 

Field Documentation

grpc_compression_algorithm grpc_byte_buffer::compression
union { ... } grpc_byte_buffer::data
struct { ... } grpc_byte_buffer::raw
void* grpc_byte_buffer::reserved[8]
struct { ... } grpc_byte_buffer::reserved
grpc_slice_buffer grpc_byte_buffer::slice_buffer
grpc_byte_buffer_type grpc_byte_buffer::type

The documentation for this struct was generated from the following file: