Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_unordered_base.h129 using sokey_type = SokeyType; variable
133 void init( sokey_type key ) { in init()
160 sokey_type my_order_key;
168 using sokey_type = typename base_type::sokey_type; variable
743 sokey_type invalid_key = ~sokey_type(0); in set_midpoint()
989 sokey_type hash_key = sokey_type(my_hash_compare(key)); in internal_insert()
1180 sokey_type hash_key = sokey_type(my_hash_compare(key)); in internal_extract()
1258 sokey_type hash_key = sokey_type(my_hash_compare(key)); in internal_find()
1283 sokey_type hash_key = sokey_type(my_hash_compare(key)); in internal_equal_range()
1444 static constexpr sokey_type split_order_key_regular( sokey_type hash ) { in split_order_key_regular()
[all …]