#include <metadata_batch.h>
Public Types | |
using | MementoType = ValueType |
enum | ValueType : uint8_t { kTrailers, kInvalid } |
Static Public Member Functions | |
static const char * | DisplayValue (MementoType te) |
static StaticSlice | Encode (ValueType x) |
static absl::string_view | key () |
static ValueType | MementoToValue (MementoType te) |
static MementoType | ParseMemento (Slice value, MetadataParseErrorFn on_error) |
Static Public Attributes | |
static constexpr bool | kRepeatable = false |
Definition at line 71 of file metadata_batch.h.
Definition at line 80 of file metadata_batch.h.
Enumerator | |
---|---|
kTrailers | |
kInvalid |
Definition at line 76 of file metadata_batch.h.
|
static |
Definition at line 141 of file metadata_batch.cc.
|
inlinestatic |
Definition at line 84 of file metadata_batch.h.
|
inlinestatic |
Definition at line 81 of file metadata_batch.h.
|
inlinestatic |
Definition at line 83 of file metadata_batch.h.
|
static |
Definition at line 130 of file metadata_batch.cc.
Definition at line 72 of file metadata_batch.h.