Searched refs:PersistentContainerValue (Results 1 – 1 of 1) sorted by relevance
21 typedef uintptr_t PersistentContainerValue; typedef42 typedef std::map<K, PersistentContainerValue> Impl;51 static PersistentContainerValue Value(Iterator it) { return it->second; } in Value()52 static PersistentContainerValue Set(Impl* impl, K key, in Set()53 PersistentContainerValue value) { in Set()55 PersistentContainerValue old_value = kPersistentContainerNotFound; in Set()62 static PersistentContainerValue Get(Impl* impl, K key) { in Get()67 static PersistentContainerValue Remove(Impl* impl, K key) { in Remove()70 PersistentContainerValue value = it->second; in Remove()276 explicit PersistentValueReference(PersistentContainerValue value)[all …]