Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_blocked_range.cpp139 NonCopyable, NonCopyAssignable, NonDestructible,
154 NonCopyable, NonCopyAssignable, NonDestructible,
172 NonCopyable, NonCopyAssignable, NonDestructible,
189 …assert(!well_formed_blocked_range_Nd_instantiation<NonCopyable, NonCopyAssignable, NonDestructible,
H A Dtest_parallel_reduce.cpp326 static_assert(!can_call_imperative_preduce<NonDestructible, CorrectBody<NonDestructible>>); in test_preduce_range_constraints()
337 …static_assert(!can_call_functional_preduce<NonDestructible, int, CorrectFunc<NonDestructible>, Cor… in test_preduce_range_constraints()
351 static_assert(!can_call_imperative_preduce<CorrectRange, NonDestructible<CorrectRange>>); in test_preduce_body_constraints()
382 static_assert(!can_call_imperative_pdet_reduce<NonDestructible, CorrectBody<NonDestructible>>); in test_pdet_reduce_range_constraints()
393 …static_assert(!can_call_functional_pdet_reduce<NonDestructible, int, CorrectFunc<NonDestructible>,… in test_pdet_reduce_range_constraints()
407 static_assert(!can_call_imperative_pdet_reduce<CorrectRange, NonDestructible<CorrectRange>>); in test_pdet_reduce_body_constraints()
H A Dtest_parallel_for.cpp342 static_assert(!can_call_range_pfor<NonDestructible, CorrectBody<NonDestructible>>); in test_pfor_range_constraints()
357 static_assert(!can_call_range_pfor<CorrectRange, NonDestructible<CorrectRange>>); in test_pfor_body_constraints()
379 static_assert(!can_call_index_pfor<NonDestructible, CorrectFunc<NonDestructible>>); in test_pfor_index_constraints()
H A Dtest_parallel_scan.cpp428 static_assert(!can_call_imperative_pscan<NonDestructible, CorrectBody<NonDestructible>>); in test_pscan_range_constraints()
439 …static_assert(!can_call_functional_pscan<NonDestructible, int, CorrectFunc<NonDestructible, int>, … in test_pscan_range_constraints()
H A Dtest_join_node_key_matching.cpp182 …t(!can_initialize_join_node_with_incorrect_argument<Correct<int, int>, NonDestructible<int, int>>);
H A Dtest_input_node.cpp356 static_assert(!can_call_input_node_ctor<output_type, NonDestructible<output_type>>);
H A Dtest_continue_node.cpp415 static_assert(!can_call_continue_node_ctor<output_type, NonDestructible<output_type>>);
H A Dtest_sequencer_node.cpp498 static_assert(!can_call_sequencer_node_ctor<type, NonDestructible<type>>);
H A Dtest_function_node.cpp541 …static_assert(!can_call_function_node_ctor<input_type, output_type, NonDestructible<input_type, ou…
H A Dtest_multifunction_node.cpp620 …static_assert(!can_call_multifunction_node_ctor<input_type, output_type, NonDestructible<input_typ…
H A Dtest_async_node.cpp874 …static_assert(!can_call_async_node_ctor<input_type, output_type, NonDestructible<input_type, outpu…
H A Dtest_concurrent_hash_map.cpp867 NonCopyable<key_type>, NonDestructible<key_type>,
/oneTBB/test/common/
H A Dconcepts_common.h121 using NonDestructible = Range</*CopyCtor = */true, /*SplitCtor = */true, /*Dtor = */false, /*Empty … variable
146 template <typename R> using NonDestructible = ParallelForBody<R, /*CopyCtor = */true, /*Dtor = */fa… variable
303 template <typename R> using NonDestructible = ParallelReduceBody<R, /*SplitCtor = */true, /*Dtor = … variable
442 template <typename K> using NonDestructible = HashCompare<K, /*CopyCtor = */true, /*Dtor = */false,… variable
564 template <typename O> using NonDestructible = InputNodeBody<O, /*CopyCtor = */true, /*Dtor = */fals… variable
585 template <typename I, typename O> using NonDestructible = FunctionNodeBody<I, O, /*CopyCtor = */tru… variable
614 template <typename I, typename O> using NonDestructible = PortsNodeBody<I, O, output_ports_type<I, … variable
628 template <typename I, typename O> using NonDestructible = PortsNodeBody<I, O, gateway_type<I, O>, /… variable
649 template <typename O> using NonDestructible = ContinueNodeBody<O, /*CopyCtor = */true, /*Dtor = */f… variable
670 template <typename T> using NonDestructible = Sequencer<T, /*CopyCtor = */true, /*Dtor = */false, /… variable
[all …]