Searched defs:Int32Trait (Results 1 – 1 of 1) sorted by relevance
49 struct Int32Trait { struct50 using MementoType = int32_t;51 static absl::string_view key() { return "key2"; } in key()52 static int32_t test_memento() { return -1; } in test_memento()53 static int32_t test_value() { return -1; } in test_value()54 static size_t test_memento_transport_size() { return 478; } in test_memento_transport_size()55 static int32_t MementoToValue(int32_t memento) { return memento; } in MementoToValue()56 static int32_t ParseMemento(Slice slice, bool, MetadataParseErrorFn) { in ParseMemento()61 static std::string DisplayValue(int32_t value) { in DisplayValue()64 static std::string DisplayMemento(MementoType memento) { in DisplayMemento()[all …]