#include <metadata_batch.h>
Public Types | |
using | MementoType = ValueType |
enum | ValueType { kPost, kGet, kPut, kInvalid } |
Static Public Member Functions | |
static const char * | DisplayValue (MementoType content_type) |
static StaticSlice | Encode (ValueType x) |
static absl::string_view | key () |
static ValueType | MementoToValue (MementoType content_type) |
static MementoType | ParseMemento (Slice value, MetadataParseErrorFn on_error) |
Static Public Attributes | |
static constexpr bool | kRepeatable = false |
Definition at line 136 of file metadata_batch.h.
Definition at line 144 of file metadata_batch.h.
Enumerator | |
---|---|
kPost | |
kGet | |
kPut | |
kInvalid |
Definition at line 138 of file metadata_batch.h.
|
static |
Definition at line 212 of file metadata_batch.cc.
|
static |
Definition at line 199 of file metadata_batch.cc.
|
inlinestatic |
Definition at line 145 of file metadata_batch.h.
|
inlinestatic |
Definition at line 147 of file metadata_batch.h.
|
static |
Definition at line 183 of file metadata_batch.cc.
Definition at line 137 of file metadata_batch.h.