Home
last modified time | relevance | path

Searched refs:hash_compare_type (Results 1 – 7 of 7) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_hash_map.h609 using hash_compare_type = tbb::detail::type_identity_t<HashCompare>; in __TBB_requires() local
640 hash_compare_type my_hash_compare; in __TBB_requires()
765 using hash_compare_is_transparent = dependent_bool<comp_is_transparent<hash_compare_type>, U>; in __TBB_requires()
835 …explicit concurrent_hash_map( const hash_compare_type& compare, const allocator_type& a = allocato… in __TBB_requires()
840 concurrent_hash_map() : concurrent_hash_map(hash_compare_type()) {} in __TBB_requires()
843 : concurrent_hash_map(hash_compare_type(), a) in __TBB_requires()
853 …concurrent_hash_map( size_type n, const hash_compare_type& compare, const allocator_type& a = allo… in __TBB_requires()
908 …concurrent_hash_map( I first, I last, const hash_compare_type& compare, const allocator_type& a = … in __TBB_requires()
918 …ash_map( std::initializer_list<value_type> il, const hash_compare_type& compare = hash_compare_typ… in __TBB_requires()
929 : concurrent_hash_map(il, hash_compare_type(), a) {} in __TBB_requires()
H A Dconcurrent_unordered_set.h33 using hash_compare_type = hash_compare<key_type, Hash, KeyEqual>; member
H A Dconcurrent_unordered_map.h34 using hash_compare_type = hash_compare<Key, Hash, KeyEqual>; member
/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_unordered_base.h190 using hash_compare_type = typename traits_type::hash_compare_type; variable
218 using hasher = typename hash_compare_type::hasher;
219 using key_equal = typename hash_compare_type::key_equal;
1469 hash_compare_type my_hash_compare;
H A D_flow_graph_body_impl.h61 typedef KHash hash_compare_type;
H A D_flow_graph_types_impl.h62 typedef typename KeyTraits::hash_compare_type KHash;
H A D_flow_graph_join_impl.h535 typedef typename TraitsType::KHash hash_compare_type;
536 … typedef hash_buffer< key_type, input_type, type_to_key_func_type, hash_compare_type > buffer_type;