Searched refs:PersistentContainerValue (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/include/ |
H A D | v8-util.h | 28 typedef uintptr_t PersistentContainerValue; typedef 47 typedef std::map<K, PersistentContainerValue> Impl; 56 static PersistentContainerValue Value(Iterator it) { return it->second; } in Value() 57 static PersistentContainerValue Set(Impl* impl, K key, in Set() 58 PersistentContainerValue value) { in Set() 60 PersistentContainerValue old_value = kPersistentContainerNotFound; in Set() 67 static PersistentContainerValue Get(Impl* impl, K key) { in Get() 72 static PersistentContainerValue Remove(Impl* impl, K key) { in Remove() 75 PersistentContainerValue value = it->second; in Remove() 162 * PersistentContainerValue, wit [all...] |
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-util.h | 28 typedef uintptr_t PersistentContainerValue; typedef 47 typedef std::map<K, PersistentContainerValue> Impl; 56 static PersistentContainerValue Value(Iterator it) { return it->second; } in Value() 57 static PersistentContainerValue Set(Impl* impl, K key, in Set() 58 PersistentContainerValue value) { in Set() 60 PersistentContainerValue old_value = kPersistentContainerNotFound; in Set() 67 static PersistentContainerValue Get(Impl* impl, K key) { in Get() 72 static PersistentContainerValue Remove(Impl* impl, K key) { in Remove() 75 PersistentContainerValue value = it->second; in Remove() 162 * PersistentContainerValue, wit [all...] |
Completed in 3 milliseconds