Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_skip_list.h769 static const key_type& get_key( node_ptr n ) { in get_key() function
771 return container_traits::get_key(static_cast<node_ptr>(n)->value()); in get_key()
776 return node != nullptr && !my_compare(key, get_key(node)); in found()
806 …return (it == end() || my_compare(key, container_traits::get_key(*it))) ? nullptr : it.my_node_ptr; in internal_find_unique()
839 while (curr && cmp(get_key(curr), key)) { in internal_equal_range()
862 while (curr && cmp(get_key(curr), key)) { in internal_find_position()
878 while (curr && cmp(get_key(curr), get_key(node))) { in internal_find_position()
879 …if (allow_multimapping && cmp(get_key(node), get_key(curr)) && curr->index_number() > node->index_… in internal_find_position()
960 … fill_prev_curr_arrays(prev_nodes, curr_nodes, new_node, get_key(new_node), compare, head_node); in internal_insert_node()
968 if (found(next, get_key(new_node))) { in internal_insert_node()
[all …]
H A D_concurrent_unordered_base.h988 const key_type& key = traits_type::get_key(value); in internal_insert()
1027 …(curr->order_key() == order_key && !my_hash_compare(traits_type::get_key(static_cast<value_node_pt… in search_after()
1179 const key_type& key = traits_type::get_key(node_to_extract->value()); in internal_extract()
1206 if (allow_multimapping || !contains(traits_type::get_key(curr->value()))) { in internal_merge()
1269 … my_hash_compare(traits_type::get_key(static_cast<value_node_ptr>(curr)->value()), key)) { in internal_find()
1294 … my_hash_compare(traits_type::get_key(static_cast<value_node_ptr>(curr)->value()), key)) { in internal_equal_range()
1300 … my_hash_compare(traits_type::get_key(static_cast<value_node_ptr>(last)->value()), key)); in internal_equal_range()
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_set.h44 static const key_type& get_key(const_reference val) { in get_key() function
H A Dconcurrent_map.h62 static const key_type& get_key(const_reference val) { in get_key() function
H A Dconcurrent_unordered_set.h36 static constexpr const key_type& get_key( const value_type& value ) { in get_key() function
H A Dconcurrent_unordered_map.h37 static constexpr const key_type& get_key( const value_type& value ) { in get_key() function