GRPC Core
1.0.0
|
#include <slice.h>
Data Fields | |
struct gpr_slice_refcount * | refcount |
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 |
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 |