Searched refs:node_type (Results 1 – 8 of 8) sorted by relevance
72 using node_type = typename Container::node_type; in test_node_handle() local74 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()
904 typedef NodeType<input_type, output_tuple_type, tbb::flow::queueing_lightweight> node_type;905 test_lightweight<node_type>(N);
186 using node_type = NodeType; variable187 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() argument201 …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 …]
442 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 …]
74 using node_type = typename base_type::node_type; variable175 using node_type = typename base_type::node_type; variable
91 using node_type = typename base_type::node_type; variable241 using node_type = typename base_type::node_type; variable
67 using node_type = typename base_type::node_type; variable206 using node_type = typename base_type::node_type; variable
69 using node_type = typename base_type::node_type; variable268 using node_type = typename base_type::node_type; variable