| 
    GRPC Core
    51.0.0
    
   | 
 
A single metadata element. More...
#include <grpc_types.h>
Data Fields | |
| grpc_slice | key | 
| the key, value values are expected to line up with grpc_mdelem: if changing them, update metadata.h at the same time.  More... | |
| grpc_slice | value | 
| struct { | |
| void * obfuscated [4] | |
| } | internal_data | 
| The following fields are reserved for grpc internal use.  More... | |
A single metadata element.
| 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.
| void* grpc_metadata::obfuscated[4] | 
| grpc_slice grpc_metadata::value | 
 1.8.17