Searched refs:Hash (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_unordered_set.h | 119 concurrent_unordered_set( It, It, std::size_t = {}, Hash = Hash(), KeyEq = KeyEq(), Alloc = Alloc()… 123 typename Hash = std::hash<T>, 131 Hash = Hash(), KeyEq = KeyEq(), Alloc = Alloc() ) 132 -> concurrent_unordered_set<T, Hash, KeyEq, Alloc>; 141 template <typename It, typename Hash, typename Alloc, 159 template <typename T, typename Hash, typename Alloc, 173 -> concurrent_unordered_set<T, Hash, KeyEq, Alloc>; 257 concurrent_unordered_multiset( It, It, std::size_t = {}, Hash = Hash(), KeyEq = KeyEq(), Alloc = Al… 261 typename Hash = std::hash<T>, 269 Hash = Hash(), KeyEq = KeyEq(), Alloc = Alloc() ) [all …]
|
| H A D | concurrent_unordered_map.h | 34 using hash_compare_type = hash_compare<Key, Hash, KeyEqual>; 163 typename Hash = std::hash<iterator_key_t<It>>, 172 Hash = Hash(), KeyEq = KeyEq(), Alloc = Alloc() ) 184 Hash = Hash(), KeyEq = KeyEq(), Alloc = Alloc() ) 197 template <typename It, typename Hash, typename Alloc, 202 concurrent_unordered_map( It, It, std::size_t, Hash, Alloc ) 233 -> concurrent_unordered_map<Key, T, Hash, KeyEq, Alloc>; 325 typename Hash = std::hash<iterator_key_t<It>>, 333 concurrent_unordered_multimap( It, It, std::size_t = {}, Hash = Hash(), KeyEq = KeyEq(), Alloc = Al… 345 Hash = Hash(), KeyEq = KeyEq(), Alloc = Alloc() ) [all …]
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _hash_compare.h | 28 template <typename Key, typename Hash, typename KeyEqual> 30 using is_transparent_hash = has_transparent_key_equal<Key, Hash, KeyEqual>; 32 using hasher = Hash;
|