Home
last modified time | relevance | path

Searched refs:PersistentContainerValue (Results 1 – 1 of 1) sorted by relevance

/external/v8/include/
Dv8-util.h22 typedef uintptr_t PersistentContainerValue; typedef
43 typedef std::map<K, PersistentContainerValue> Impl;
52 static PersistentContainerValue Value(Iterator it) { return it->second; } in Value()
53 static PersistentContainerValue Set(Impl* impl, K key, in Set()
54 PersistentContainerValue value) { in Set()
56 PersistentContainerValue old_value = kPersistentContainerNotFound; in Set()
63 static PersistentContainerValue Get(Impl* impl, K key) { in Get()
68 static PersistentContainerValue Remove(Impl* impl, K key) { in Remove()
71 PersistentContainerValue value = it->second; in Remove()
267 explicit PersistentValueReference(PersistentContainerValue value)
[all …]