#include <metadata_batch.h>
Public Types | |
using | MementoType = ValueType |
using | ValueType = grpc_compression_algorithm |
Static Public Member Functions | |
static const char * | DisplayValue (MementoType x) |
static Slice | Encode (ValueType x) |
static ValueType | MementoToValue (MementoType x) |
static MementoType | ParseMemento (Slice value, MetadataParseErrorFn on_error) |
Definition at line 156 of file metadata_batch.h.
Definition at line 158 of file metadata_batch.h.
Definition at line 157 of file metadata_batch.h.
|
inlinestatic |
Definition at line 165 of file metadata_batch.h.
Definition at line 161 of file metadata_batch.h.
|
inlinestatic |
Definition at line 160 of file metadata_batch.h.
|
static |
Definition at line 226 of file metadata_batch.cc.