Searched defs:Int64Trait (Results 1 – 1 of 1) sorted by relevance
69 struct Int64Trait { struct70 using MementoType = int64_t;71 static absl::string_view key() { return "key3"; } in key()72 static int64_t test_memento() { return 83481847284179298; } in test_memento()73 static int64_t test_value() { return -83481847284179298; } in test_value()74 static size_t test_memento_transport_size() { return 87; } in test_memento_transport_size()75 static int64_t MementoToValue(int64_t memento) { return -memento; } in MementoToValue()76 static int64_t ParseMemento(Slice slice, bool, MetadataParseErrorFn) { in ParseMemento()81 static std::string DisplayValue(int64_t value) { in DisplayValue()84 static std::string DisplayMemento(MementoType memento) { in DisplayMemento()[all …]