Home
last modified time | relevance | path

Searched defs:false_type (Results 1 – 9 of 9) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_node_set_impl.h55 static graph& get_impl(const T& object, std::false_type) { in get_impl()
H A D_segment_table.h406 /*is_always_equal = */ std::false_type ) { in internal_move_construct_with_allocator()
428 …id internal_move_assign( segment_table&& other, /*is_always_equal || POCMA = */ std::false_type ) { in internal_move_assign()
448 void internal_swap( segment_table& other, /*is_always_equal || POCS = */ std::false_type ) { in internal_swap()
H A D_concurrent_skip_list.h759 /*is_always_equal = */std::false_type) { in internal_move_construct_with_allocator()
937 key_compare select_comparator( /*allow_multimapping = */ std::false_type ) { in select_comparator()
1169 …ternal_move_assign( concurrent_skip_list&& other, /*POCMA || is_always_equal =*/std::false_type ) { in internal_move_assign()
1192 … void internal_swap( concurrent_skip_list& other, /*POCMA || is_always_equal =*/std::false_type ) { in internal_swap()
H A D_flow_graph_node_impl.h283 graph_task* try_put_task_impl( const input_type& t, /*lightweight=*/std::false_type ) { in try_put_task_impl()
H A D_concurrent_unordered_base.h1378 /*is_always_equal = */std::false_type ) { in internal_move_construct_with_allocator()
1399 …_move_assign( concurrent_unordered_base&& other, /*is_always_equal || POCMA = */std::false_type ) { in internal_move_assign()
1412 … internal_swap( concurrent_unordered_base& other, /*is_always_equal || POCS = */std::false_type ) { in internal_swap()
/oneTBB/include/oneapi/tbb/
H A Dparallel_for_each.h179 void internal_add_copy_impl(std::false_type, const Item&) { in internal_add_copy_impl()
H A Dconcurrent_priority_queue.h391 void push_back_helper_impl( const T&, /*is_copy_constructible = */std::false_type ) { in push_back_helper_impl()
H A Dtask_group.h108 d1::task* task_ptr_or_nullptr_impl(std::false_type, F&& f){ in task_ptr_or_nullptr_impl()
/oneTBB/test/common/
H A Dnode_handling_support.h374 std::vector<SrcTableType>& src_tables, std::false_type ) in check_concurrent_merge()