#include <grpc_types.h>
Public Attributes | |
struct { | |
void * obfuscated [4] | |
} | internal_data |
grpc_slice | key |
grpc_slice | value |
A single metadata element
Definition at line 537 of file grpc_types.h.
struct { ... } grpc_metadata::internal_data |
The following fields are reserved for grpc internal use. There is no need to initialize them, and they will be set to garbage during calls to grpc.
grpc_slice grpc_metadata::key |
the key, value values are expected to line up with grpc_mdelem: if changing them, update metadata.h at the same time.
Definition at line 540 of file grpc_types.h.
void* grpc_metadata::obfuscated[4] |
Definition at line 547 of file grpc_types.h.
grpc_slice grpc_metadata::value |
Definition at line 541 of file grpc_types.h.