Searched defs:IntptrTrait (Results 1 – 1 of 1) sorted by relevance
89 struct IntptrTrait { struct90 using MementoType = intptr_t;91 static absl::string_view key() { return "key4"; } in key()92 static intptr_t test_memento() { return 8374298; } in test_memento()93 static intptr_t test_value() { return test_memento() / 2; } in test_value()94 static size_t test_memento_transport_size() { return 800; } in test_memento_transport_size()95 static intptr_t MementoToValue(intptr_t memento) { return memento / 2; } in MementoToValue()96 static intptr_t ParseMemento(Slice slice, bool, MetadataParseErrorFn) { in ParseMemento()101 static std::string DisplayValue(intptr_t value) { in DisplayValue()104 static std::string DisplayMemento(MementoType memento) { in DisplayMemento()[all …]