|
GRPC Core
3.0.0
|
#include <slice.h>
Data Fields | |
| struct grpc_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* grpc_slice::bytes |
| uint8_t grpc_slice::bytes[(sizeof(size_t)+sizeof(uint8_t *)-1)] |
| union { ... } grpc_slice::data |
| struct { ... } grpc_slice::inlined |
| size_t grpc_slice::length |
| uint8_t grpc_slice::length |
| struct grpc_slice_refcount* grpc_slice::refcount |
| struct { ... } grpc_slice::refcounted |
1.8.6