Home
last modified time | relevance | path

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

/dports/www/node10/node-v10.24.1/deps/v8/include/
H A Dv8-util.h22 typedef uintptr_t PersistentContainerValue; typedef
43 typedef std::map<K, PersistentContainerValue> Impl;
53 static PersistentContainerValue Set(Impl* impl, K key, in Set()
54 PersistentContainerValue value) { in Set()
71 PersistentContainerValue value = it->second; in Remove()
270 void operator=(PersistentContainerValue value) {
274 PersistentContainerValue value_;
299 static V* FromVal(PersistentContainerValue v) {
395 PersistentContainerValue old_value =
467 PersistentContainerValue old_value =
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node/include/node/
H A Dv8-util.h22 typedef uintptr_t PersistentContainerValue; typedef
43 typedef std::map<K, PersistentContainerValue> Impl;
53 static PersistentContainerValue Set(Impl* impl, K key, in Set()
54 PersistentContainerValue value) { in Set()
71 PersistentContainerValue value = it->second; in Remove()
270 void operator=(PersistentContainerValue value) {
274 PersistentContainerValue value_;
299 static V* FromVal(PersistentContainerValue v) {
395 PersistentContainerValue old_value =
467 PersistentContainerValue old_value =
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node/include/node/
H A Dv8-util.h22 typedef uintptr_t PersistentContainerValue;
43 typedef std::map<K, PersistentContainerValue> Impl;
53 static PersistentContainerValue Set(Impl* impl, K key,
54 PersistentContainerValue value) {
71 PersistentContainerValue value = it->second;
270 void operator=(PersistentContainerValue value) {
274 PersistentContainerValue value_;
299 static V* FromVal(PersistentContainerValue v) {
395 PersistentContainerValue old_value =
467 PersistentContainerValue old_value =
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/include/
H A Dv8-util.h22 typedef uintptr_t PersistentContainerValue; typedef
41 typedef std::map<K, PersistentContainerValue> Impl;
51 static PersistentContainerValue Set(Impl* impl, K key, in Set()
52 PersistentContainerValue value) { in Set()
69 PersistentContainerValue value = it->second; in Remove()
257 void operator=(PersistentContainerValue value) {
261 PersistentContainerValue value_;
289 static V* FromVal(PersistentContainerValue v) {
393 PersistentContainerValue old_value =
469 PersistentContainerValue old_value =
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/include/
H A Dv8-util.h22 typedef uintptr_t PersistentContainerValue; typedef
41 typedef std::map<K, PersistentContainerValue> Impl;
51 static PersistentContainerValue Set(Impl* impl, K key, in Set()
52 PersistentContainerValue value) { in Set()
69 PersistentContainerValue value = it->second; in Remove()
257 void operator=(PersistentContainerValue value) {
261 PersistentContainerValue value_;
289 static V* FromVal(PersistentContainerValue v) {
393 PersistentContainerValue old_value =
469 PersistentContainerValue old_value =
[all …]
/dports/lang/v8/v8-9.6.180.12/include/
H A Dv8-util.h28 typedef uintptr_t PersistentContainerValue; typedef
47 typedef std::map<K, PersistentContainerValue> Impl;
57 static PersistentContainerValue Set(Impl* impl, K key, in Set()
58 PersistentContainerValue value) { in Set()
75 PersistentContainerValue value = it->second; in Remove()
263 void operator=(PersistentContainerValue value) {
267 PersistentContainerValue value_;
295 static V* FromVal(PersistentContainerValue v) {
399 PersistentContainerValue old_value =
475 PersistentContainerValue old_value =
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/bindings/
H A Dv8_global_value_map.h32 typedef HashMap<KeyType, v8::PersistentContainerValue> Impl;
39 static v8::PersistentContainerValue Value(Iterator& iter) { in Value()
43 static v8::PersistentContainerValue Set(Impl* impl, in Set()
45 v8::PersistentContainerValue value) { in Set()
46 v8::PersistentContainerValue old_value = Get(impl, key); in Set()
50 static v8::PersistentContainerValue Get(const Impl* impl, KeyType key) { in Get()
54 static v8::PersistentContainerValue Remove(Impl* impl, KeyType key) { in Remove()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/bindings/
H A Dv8_global_value_map.h32 typedef HashMap<KeyType, v8::PersistentContainerValue> Impl;
39 static v8::PersistentContainerValue Value(Iterator& iter) { in Value()
43 static v8::PersistentContainerValue Set(Impl* impl, in Set()
45 v8::PersistentContainerValue value) { in Set()
46 v8::PersistentContainerValue old_value = Get(impl, key); in Set()
50 static v8::PersistentContainerValue Get(const Impl* impl, KeyType key) { in Get()
54 static v8::PersistentContainerValue Remove(Impl* impl, KeyType key) { in Remove()