Home
last modified time | relevance | path

Searched refs:KeyTraits (Results 1 – 25 of 85) sorted by relevance

1234

/dports/www/kf5-kjs/kjs-5.89.0/src/wtf/
H A DHashTable.h93 friend class HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>;
226 friend class HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>;
414 return Extractor::extract(value) == KeyTraits::emptyValue();
418 return KeyTraits::isDeletedValue(Extractor::extract(value));
578 ASSERT(!HashTranslator::equal(KeyTraits::emptyValue(), key));
643 …tractor, HashFunctions, Traits, KeyTraits>::LookupType HashTable<Key, Value, Extractor, HashFuncti…
906 …xtractor, HashFunctions, Traits, KeyTraits>::iterator HashTable<Key, Value, Extractor, HashFunctio…
922 …actor, HashFunctions, Traits, KeyTraits>::const_iterator HashTable<Key, Value, Extractor, HashFunc…
1035 void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::expand()
1080 void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::clear()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/
H A DHashTable.h76 HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>*);
104 friend class HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>;
232 friend class HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>;
467 ASSERT(!HashTranslator::equal(KeyTraits::emptyValue(), key));
526 …tractor, HashFunctions, Traits, KeyTraits>::LookupType HashTable<Key, Value, Extractor, HashFuncti…
578 …actor, HashFunctions, Traits, KeyTraits>::FullLookupType HashTable<Key, Value, Extractor, HashFunc…
773 …xtractor, HashFunctions, Traits, KeyTraits>::iterator HashTable<Key, Value, Extractor, HashFunctio…
787 …actor, HashFunctions, Traits, KeyTraits>::const_iterator HashTable<Key, Value, Extractor, HashFunc…
900 void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::expand()
942 void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::clear()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DHashTable.h74 HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>*);
102 friend class HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>;
230 friend class HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>;
455 ASSERT(!HashTranslator::equal(KeyTraits::emptyValue(), key));
514 …tractor, HashFunctions, Traits, KeyTraits>::LookupType HashTable<Key, Value, Extractor, HashFuncti…
566 …actor, HashFunctions, Traits, KeyTraits>::FullLookupType HashTable<Key, Value, Extractor, HashFunc…
761 …xtractor, HashFunctions, Traits, KeyTraits>::iterator HashTable<Key, Value, Extractor, HashFunctio…
775 …actor, HashFunctions, Traits, KeyTraits>::const_iterator HashTable<Key, Value, Extractor, HashFunc…
879 void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::expand()
921 void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::clear()
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DHashTable.h74 HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>*);
102 friend class HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>;
230 friend class HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>;
456 ASSERT(!HashTranslator::equal(KeyTraits::emptyValue(), key));
515 …tractor, HashFunctions, Traits, KeyTraits>::LookupType HashTable<Key, Value, Extractor, HashFuncti…
567 …actor, HashFunctions, Traits, KeyTraits>::FullLookupType HashTable<Key, Value, Extractor, HashFunc…
762 …xtractor, HashFunctions, Traits, KeyTraits>::iterator HashTable<Key, Value, Extractor, HashFunctio…
776 …actor, HashFunctions, Traits, KeyTraits>::const_iterator HashTable<Key, Value, Extractor, HashFunc…
880 void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::expand()
922 void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::clear()
[all …]
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DHashTable.h74 HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>*);
102 friend class HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>;
230 friend class HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>;
456 ASSERT(!HashTranslator::equal(KeyTraits::emptyValue(), key));
515 …tractor, HashFunctions, Traits, KeyTraits>::LookupType HashTable<Key, Value, Extractor, HashFuncti…
567 …actor, HashFunctions, Traits, KeyTraits>::FullLookupType HashTable<Key, Value, Extractor, HashFunc…
762 …xtractor, HashFunctions, Traits, KeyTraits>::iterator HashTable<Key, Value, Extractor, HashFunctio…
776 …actor, HashFunctions, Traits, KeyTraits>::const_iterator HashTable<Key, Value, Extractor, HashFunc…
880 void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::expand()
922 void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::clear()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/wtf/
H A Dhash_table.h203 typename KeyTraits,
211 typename KeyTraits,
219 typename KeyTraits,
239 typename KeyTraits,
1032 KeyTraits,
1083 KeyTraits,
1556 KeyTraits,
1573 KeyTraits,
1689 KeyTraits,
1919 KeyTraits,
[all …]
H A Dhash_traits.h431 typedef KeyTraitsArg KeyTraits;
433 typedef KeyValuePair<typename KeyTraits::TraitType,
436 typedef KeyValuePair<typename KeyTraits::EmptyValueType,
441 KeyTraits::kEmptyValueIsZero && ValueTraits::kEmptyValueIsZero;
443 return KeyValuePair<typename KeyTraits::EmptyValueType,
445 KeyTraits::EmptyValue(), ValueTraits::EmptyValue());
450 static const bool value = IsTraceableInCollectionTrait<KeyTraits>::value ||
457 KeyTraits::template NeedsToForbidGCOnMove<>::value ||
461 static const unsigned kMinimumTableSize = KeyTraits::kMinimumTableSize;
464 KeyTraits::ConstructDeletedValue(slot.key, zero_value);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/
H A Dhash_table.h203 typename KeyTraits,
211 typename KeyTraits,
219 typename KeyTraits,
244 typename KeyTraits,
1034 KeyTraits,
1085 KeyTraits,
1558 KeyTraits,
1575 KeyTraits,
1691 KeyTraits,
1921 KeyTraits,
[all …]
H A Dhash_traits.h435 typedef KeyTraitsArg KeyTraits;
437 typedef KeyValuePair<typename KeyTraits::TraitType,
440 typedef KeyValuePair<typename KeyTraits::EmptyValueType,
445 KeyTraits::kEmptyValueIsZero && ValueTraits::kEmptyValueIsZero;
447 return KeyValuePair<typename KeyTraits::EmptyValueType,
449 KeyTraits::EmptyValue(), ValueTraits::EmptyValue());
454 static const bool value = IsTraceableInCollectionTrait<KeyTraits>::value ||
461 KeyTraits::template NeedsToForbidGCOnMove<>::value ||
465 static const unsigned kMinimumTableSize = KeyTraits::kMinimumTableSize;
468 KeyTraits::ConstructDeletedValue(slot.key, zero_value);
[all …]
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/internal/
H A D_flow_graph_types_impl.h64 typedef typename KeyTraits::key_type K;
78 typedef typename KeyTraits::key_type K;
94 typedef typename KeyTraits::key_type K;
112 typedef typename KeyTraits::key_type K;
132 typedef typename KeyTraits::key_type K;
155 typedef typename KeyTraits::key_type K;
181 typedef typename KeyTraits::key_type K;
210 typedef typename KeyTraits::key_type K;
241 typedef typename KeyTraits::key_type K;
274 typedef typename KeyTraits::key_type K;
[all …]
/dports/devel/tbb/oneTBB-2020.3/include/tbb/internal/
H A D_flow_graph_types_impl.h64 typedef typename KeyTraits::key_type K;
78 typedef typename KeyTraits::key_type K;
94 typedef typename KeyTraits::key_type K;
112 typedef typename KeyTraits::key_type K;
132 typedef typename KeyTraits::key_type K;
155 typedef typename KeyTraits::key_type K;
181 typedef typename KeyTraits::key_type K;
210 typedef typename KeyTraits::key_type K;
241 typedef typename KeyTraits::key_type K;
274 typedef typename KeyTraits::key_type K;
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/internal/
H A D_flow_graph_types_impl.h64 typedef typename KeyTraits::key_type K;
78 typedef typename KeyTraits::key_type K;
94 typedef typename KeyTraits::key_type K;
112 typedef typename KeyTraits::key_type K;
132 typedef typename KeyTraits::key_type K;
155 typedef typename KeyTraits::key_type K;
181 typedef typename KeyTraits::key_type K;
210 typedef typename KeyTraits::key_type K;
241 typedef typename KeyTraits::key_type K;
274 typedef typename KeyTraits::key_type K;
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/internal/
H A D_flow_graph_types_impl.h69 typedef typename KeyTraits::key_type K;
70 typedef typename KeyTraits::hash_compare_type KHash;
85 typedef typename KeyTraits::key_type K;
103 typedef typename KeyTraits::key_type K;
123 typedef typename KeyTraits::key_type K;
146 typedef typename KeyTraits::key_type K;
172 typedef typename KeyTraits::key_type K;
201 typedef typename KeyTraits::key_type K;
232 typedef typename KeyTraits::key_type K;
265 typedef typename KeyTraits::key_type K;
[all …]
/dports/science/libint2/libint-2.7.1/src/bin/libint/
H A Dhashable.h52 struct KeyTraits
58 struct KeyTraits<std::string>
64 struct KeyTraits<T[Size]>
76 typedef typename KeyTraits<KeyType>::ReturnType KeyReturnType;
/dports/graphics/krita/krita-4.4.8/libs/image/3rdparty/lock_free_map/
H A Dleapfrog.h24 typedef typename Map::KeyTraits KeyTraits; typedef
76 group->cells[j].hash.storeNonatomic(KeyTraits::NullHash); in create()
161 KIS_ASSERT_RECOVER_NOOP(hash != KeyTraits::NullHash); in find()
172 } else if (probeHash == KeyTraits::NullHash) { in find()
199 KIS_ASSERT_RECOVER_NOOP(hash != KeyTraits::NullHash); in insertOrFind()
209 if (probeHash == KeyTraits::NullHash) { in insertOrFind()
239 if (probeHash == KeyTraits::NullHash) { in insertOrFind()
245 } while (probeHash == KeyTraits::NullHash); in insertOrFind()
269 if (probeHash == KeyTraits::NullHash) { in insertOrFind()
371 if (srcHash == KeyTraits::NullHash) { in migrateRange()
[all …]
H A Dconcurrent_map.h23 typedef KT KeyTraits; typedef
83 Hash hash = KeyTraits::hash(key); in Mutator()
106 Hash hash = KeyTraits::hash(key); in Mutator()
261 Hash hash = KeyTraits::hash(key); in get()
333 if (m_hash != KeyTraits::NullHash) { in next()
341 m_hash = KeyTraits::NullHash; in next()
356 return KeyTraits::dehash(m_hash); in getKey()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrHashMapWithCache.h29 template <typename K, typename V, typename KeyTraits, typename HashT = SkGoodHash>
73 fLastKey = KeyTraits::GetInvalidKey(); in reset()
80 mutable K fLastKey = KeyTraits::GetInvalidKey();
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/block/
H A Dblock_radix_sort.cuh150 typedef Traits<KeyT> KeyTraits; typedef in cub::BlockRadixSort
151 typedef typename KeyTraits::UnsignedBits UnsignedBits;
298 unsigned_keys[KEY] = KeyTraits::TwiddleIn(unsigned_keys[KEY]); in SortBlocked()
329 unsigned_keys[KEY] = KeyTraits::TwiddleOut(unsigned_keys[KEY]); in SortBlocked()
354 unsigned_keys[KEY] = KeyTraits::TwiddleIn(unsigned_keys[KEY]); in SortBlockedToStriped()
395 unsigned_keys[KEY] = KeyTraits::TwiddleOut(unsigned_keys[KEY]); in SortBlockedToStriped()
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/block/
H A Dblock_radix_sort.cuh150 typedef Traits<KeyT> KeyTraits; typedef in cub::BlockRadixSort
151 typedef typename KeyTraits::UnsignedBits UnsignedBits;
298 unsigned_keys[KEY] = KeyTraits::TwiddleIn(unsigned_keys[KEY]); in SortBlocked()
329 unsigned_keys[KEY] = KeyTraits::TwiddleOut(unsigned_keys[KEY]); in SortBlocked()
354 unsigned_keys[KEY] = KeyTraits::TwiddleIn(unsigned_keys[KEY]); in SortBlockedToStriped()
395 unsigned_keys[KEY] = KeyTraits::TwiddleOut(unsigned_keys[KEY]); in SortBlockedToStriped()
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/block/
H A Dblock_radix_sort.cuh150 typedef Traits<KeyT> KeyTraits; typedef in cub::BlockRadixSort
151 typedef typename KeyTraits::UnsignedBits UnsignedBits;
298 unsigned_keys[KEY] = KeyTraits::TwiddleIn(unsigned_keys[KEY]); in SortBlocked()
329 unsigned_keys[KEY] = KeyTraits::TwiddleOut(unsigned_keys[KEY]); in SortBlocked()
354 unsigned_keys[KEY] = KeyTraits::TwiddleIn(unsigned_keys[KEY]); in SortBlockedToStriped()
395 unsigned_keys[KEY] = KeyTraits::TwiddleOut(unsigned_keys[KEY]); in SortBlockedToStriped()
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/block/
H A Dblock_radix_sort.cuh150 typedef Traits<KeyT> KeyTraits; typedef in cub::BlockRadixSort
151 typedef typename KeyTraits::UnsignedBits UnsignedBits;
298 unsigned_keys[KEY] = KeyTraits::TwiddleIn(unsigned_keys[KEY]); in SortBlocked()
329 unsigned_keys[KEY] = KeyTraits::TwiddleOut(unsigned_keys[KEY]); in SortBlocked()
354 unsigned_keys[KEY] = KeyTraits::TwiddleIn(unsigned_keys[KEY]); in SortBlockedToStriped()
395 unsigned_keys[KEY] = KeyTraits::TwiddleOut(unsigned_keys[KEY]); in SortBlockedToStriped()
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/block/
H A Dblock_radix_sort.cuh150 typedef Traits<KeyT> KeyTraits; typedef in cub::BlockRadixSort
151 typedef typename KeyTraits::UnsignedBits UnsignedBits;
298 unsigned_keys[KEY] = KeyTraits::TwiddleIn(unsigned_keys[KEY]); in SortBlocked()
329 unsigned_keys[KEY] = KeyTraits::TwiddleOut(unsigned_keys[KEY]); in SortBlocked()
354 unsigned_keys[KEY] = KeyTraits::TwiddleIn(unsigned_keys[KEY]); in SortBlockedToStriped()
395 unsigned_keys[KEY] = KeyTraits::TwiddleOut(unsigned_keys[KEY]); in SortBlockedToStriped()
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/block/
H A Dblock_radix_sort.cuh150 typedef Traits<KeyT> KeyTraits; typedef in cub::BlockRadixSort
151 typedef typename KeyTraits::UnsignedBits UnsignedBits;
298 unsigned_keys[KEY] = KeyTraits::TwiddleIn(unsigned_keys[KEY]); in SortBlocked()
329 unsigned_keys[KEY] = KeyTraits::TwiddleOut(unsigned_keys[KEY]); in SortBlocked()
354 unsigned_keys[KEY] = KeyTraits::TwiddleIn(unsigned_keys[KEY]); in SortBlockedToStriped()
395 unsigned_keys[KEY] = KeyTraits::TwiddleOut(unsigned_keys[KEY]); in SortBlockedToStriped()
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/block/
H A Dblock_radix_sort.cuh150 typedef Traits<KeyT> KeyTraits; typedef in cub::BlockRadixSort
151 typedef typename KeyTraits::UnsignedBits UnsignedBits;
298 unsigned_keys[KEY] = KeyTraits::TwiddleIn(unsigned_keys[KEY]); in SortBlocked()
329 unsigned_keys[KEY] = KeyTraits::TwiddleOut(unsigned_keys[KEY]); in SortBlocked()
354 unsigned_keys[KEY] = KeyTraits::TwiddleIn(unsigned_keys[KEY]); in SortBlockedToStriped()
395 unsigned_keys[KEY] = KeyTraits::TwiddleOut(unsigned_keys[KEY]); in SortBlockedToStriped()
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/block/
H A Dblock_radix_sort.cuh150 typedef Traits<KeyT> KeyTraits; typedef in cub::BlockRadixSort
151 typedef typename KeyTraits::UnsignedBits UnsignedBits;
298 unsigned_keys[KEY] = KeyTraits::TwiddleIn(unsigned_keys[KEY]); in SortBlocked()
329 unsigned_keys[KEY] = KeyTraits::TwiddleOut(unsigned_keys[KEY]); in SortBlocked()
354 unsigned_keys[KEY] = KeyTraits::TwiddleIn(unsigned_keys[KEY]); in SortBlockedToStriped()
395 unsigned_keys[KEY] = KeyTraits::TwiddleOut(unsigned_keys[KEY]); in SortBlockedToStriped()

1234