GRPC Core  1.0.0
Data Fields
gpr_slice Struct Reference

#include <slice.h>

Data Fields

struct gpr_slice_refcountrefcount
 
union {
   struct {
      uint8_t *   bytes
 
      size_t   length
 
   }   refcounted
 
   struct {
      uint8_t   length
 
      uint8_t   bytes [(sizeof(size_t)+sizeof(uint8_t *)-1)]
 
   }   inlined
 
data
 

Field Documentation

uint8_t* gpr_slice::bytes
uint8_t gpr_slice::bytes[(sizeof(size_t)+sizeof(uint8_t *)-1)]
union { ... } gpr_slice::data
struct { ... } gpr_slice::inlined
size_t gpr_slice::length
uint8_t gpr_slice::length
struct gpr_slice_refcount* gpr_slice::refcount
struct { ... } gpr_slice::refcounted

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