#include <metadata_batch.h>
Classes | |
struct | ValueType |
Public Types | |
using | MementoType = ValueType |
Static Public Member Functions | |
static std::string | DisplayValue (MementoType x) |
static Slice | Encode (const ValueType &x) |
static absl::string_view | key () |
static ValueType | MementoToValue (MementoType value) |
static MementoType | ParseMemento (Slice value, MetadataParseErrorFn on_error) |
Static Public Attributes | |
static constexpr bool | kRepeatable = true |
Definition at line 349 of file metadata_batch.h.
Definition at line 356 of file metadata_batch.h.
|
static |
Definition at line 254 of file metadata_batch.cc.
Definition at line 246 of file metadata_batch.cc.
|
inlinestatic |
Definition at line 351 of file metadata_batch.h.
|
inlinestatic |
Definition at line 357 of file metadata_batch.h.
|
static |
Definition at line 258 of file metadata_batch.cc.
Definition at line 350 of file metadata_batch.h.