Home
last modified time | relevance | path

Searched defs:hash_compare_type (Results 1 – 4 of 4) sorted by relevance

/oneTBB/include/oneapi/tbb/
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
H A Dconcurrent_hash_map.h609 using hash_compare_type = tbb::detail::type_identity_t<HashCompare>; in __TBB_requires() local
/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_unordered_base.h190 using hash_compare_type = typename traits_type::hash_compare_type; variable