Searched defs:PersistentContainerValue (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/include/
H A Dv8-util.h21 typedef uintptr_t PersistentContainerValue; typedef in namespace:v8
39 typedef std::map<K, PersistentContainerValue> Impl;
48 static PersistentContainerValue Value(Iterator it) { return it->second; }
49 static PersistentContainerValue Set(Impl* impl, K key,
50 PersistentContainerValue value) {
52 PersistentContainerValue old_value = kPersistentContainerNotFound;
59 static PersistentContainerValue Get(Impl* impl, K key) {
64 static PersistentContainerValue Remove(Impl* impl, K key) {
67 PersistentContainerValue value = it->second;
115 * PersistentContainerValue, wit
[all...]

Completed in 101 milliseconds