Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dnode_handling_support.h72 using node_type = typename Container::node_type; in test_node_handle() local
74 test_node_handle_traits<node_type>(); in test_node_handle()
77 node_type nh; in test_node_handle()
91 node_type nh2(std::move(nh)); in test_node_handle()
106 node_type empty_node; in test_node_handle()
110 node_type nh3(test_table.unsafe_extract(test_table.begin())); in test_node_handle()
148 typename Container::node_type generate_node_handle( const typename Container::value_type& value ) { in generate_node_handle()
205 typename Container::node_type nh; in test_insert_overloads()
H A Dgraph_utils.h904 typedef NodeType<input_type, output_tuple_type, tbb::flow::queueing_lightweight> node_type;
905 test_lightweight<node_type>(N);
/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_skip_list.h186 using node_type = NodeType; variable
187 using node_ptr = node_type*;
198 skip_list_iterator( const skip_list_iterator<node_type, typename node_type::value_type>& other ) in skip_list_iterator() argument
201 …skip_list_iterator& operator=( const skip_list_iterator<node_type, typename node_type::value_type>…
222 skip_list_iterator(node_type* n) : my_node_ptr(n) {} in skip_list_iterator()
428 iterator insert( const_iterator, node_type&& nh ) { in insert()
478 node_type unsafe_extract( const_iterator pos ) { in unsafe_extract()
480 …ct_result.first ? d1::node_handle_accessor::construct<node_type>(extract_result.first) : node_type in unsafe_extract()
483 node_type unsafe_extract( iterator pos ) { in unsafe_extract()
487 node_type unsafe_extract( const key_type& key ) { in unsafe_extract()
[all …]
H A D_concurrent_unordered_base.h442 std::pair<iterator, bool> insert( node_type&& nh ) { in insert()
461 iterator insert( const_iterator, node_type&& nh ) { in insert()
522 node_type unsafe_extract( const_iterator pos ) { in unsafe_extract()
524 return node_handle_accessor::construct<node_type>(pos.get_node_ptr()); in unsafe_extract()
527 node_type unsafe_extract( iterator pos ) { in unsafe_extract()
532 node_type unsafe_extract( const key_type& key ) { in unsafe_extract()
534 return item == end() ? node_type() : unsafe_extract(item); in unsafe_extract()
541 node_type>::type unsafe_extract( const K& key ) in unsafe_extract()
544 return item == end() ? node_type() : unsafe_extract(item); in unsafe_extract()
1198 … static_assert(std::is_same<node_type, typename std::decay<SourceType>::type::node_type>::value, in internal_merge()
[all …]
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_set.h74 using node_type = typename base_type::node_type; variable
175 using node_type = typename base_type::node_type; variable
H A Dconcurrent_map.h91 using node_type = typename base_type::node_type; variable
241 using node_type = typename base_type::node_type; variable
H A Dconcurrent_unordered_set.h67 using node_type = typename base_type::node_type; variable
206 using node_type = typename base_type::node_type; variable
H A Dconcurrent_unordered_map.h69 using node_type = typename base_type::node_type; variable
268 using node_type = typename base_type::node_type; variable