Searched refs:hash_compare (Results 1 – 9 of 9) sorted by relevance
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _hash_compare.h | 29 class hash_compare { 35 hash_compare() = default; 36 hash_compare( hasher hash, key_equal equal ) : my_hasher(hash), my_equal(equal) {} in hash_compare() function 94 concept hash_compare = std::copy_constructible<HashCompare> &&
|
| H A D | _flow_graph_body_impl.h | 57 __TBB_requires(tbb::detail::hash_compare<KHash, K>)
|
| /oneTBB/test/tbb/ |
| H A D | test_join_node_preview.cpp | 45 class hash_compare { in jn_follows_and_precedes() class 51 …<msg_t, tbb::flow::join_node<JoinOutputType, tbb::flow::key_matching<msg_t, hash_compare>>, tbb::f… in jn_follows_and_precedes() 61 <msg_t, tbb::flow::join_node<JoinOutputType, tbb::flow::key_matching<msg_t, hash_compare>>> in jn_follows_and_precedes()
|
| H A D | test_concurrent_hash_map.cpp | 492 struct hash_compare { struct 503 using container_type = tbb::concurrent_hash_map<T, T, hash_compare<T>, Allocator>; 510 …using type = tbb::concurrent_hash_map<element_type, element_type, hash_compare<element_type>, allo… 861 using namespace test_concepts::hash_compare;
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_hash_map.h | 461 __TBB_requires(tbb::detail::hash_compare<HashCompare, Key> && 465 __TBB_requires(tbb::detail::hash_compare<HashCompare, Key>) 578 __TBB_requires(tbb::detail::hash_compare<HashCompare, Key> && in __TBB_requires() 582 __TBB_requires(tbb::detail::hash_compare<HashCompare, Key>) in __TBB_requires()
|
| H A D | concurrent_unordered_set.h | 33 using hash_compare_type = hash_compare<key_type, Hash, KeyEqual>;
|
| H A D | concurrent_unordered_map.h | 34 using hash_compare_type = hash_compare<Key, Hash, KeyEqual>;
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_hash_map.cpp | 569 struct hash_compare { struct 580 using container_type = oneapi::tbb::concurrent_hash_map<T, T, hash_compare<T>, Allocator>; 587 …using type = oneapi::tbb::concurrent_hash_map<element_type, element_type, hash_compare<element_typ…
|
| /oneTBB/test/common/ |
| H A D | concepts_common.h | 419 namespace hash_compare {
|