Home
last modified time | relevance | path

Searched defs:input_type (Results 1 – 13 of 13) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dflow_graph_abstractions.h40 typedef Input input_type; typedef
H A Dflow_graph.h256 typedef T input_type; typedef
768 typedef Input input_type; in __TBB_requires() typedef
866 typedef Input input_type; in __TBB_requires() typedef
1087 typedef T input_type; typedef
1155 typedef T input_type; typedef
1552 typedef T input_type; typedef
1593 typedef T input_type; in __TBB_requires() typedef
1660 typedef T input_type; typedef
1879 typedef T input_type; typedef
3020 typedef T input_type; typedef
[all …]
/oneTBB/include/oneapi/tbb/detail/
H A D_pipeline_filters_deduction.h30 … using input_type = typename std::remove_const<typename std::remove_reference<Input>::type>::type; member
H A D_flow_graph_nodes_deduction.h28 using input_type = Input; member
H A D_flow_graph_node_set_impl.h78 template <typename T> using input_type = typename T::input_type; variable
H A D_flow_graph_node_impl.h58 typedef Input input_type; typedef
353 typedef Input input_type; typedef
/oneTBB/test/conformance/
H A Dconformance_multifunction_node.cpp147 using input_type = test_invoke::SmartID<output_type1>; typedef
H A Dconformance_function_node.cpp108 using input_type = test_invoke::SmartID<output_type>; in test_fn_invoke() typedef
H A Dconformance_flowgraph.h131 using input_type = T; member
/oneTBB/test/tbb/
H A Dtest_async_node.cpp314 typedef Input input_type; typedef in async_activity
407 typedef Input input_type; typedef
510 typedef Input input_type; typedef
609 typedef Input input_type; typedef in enqueueing_on_inner_level
868 using input_type = int; typedef
H A Dtest_split_node.cpp223 typedef tbb::flow::input_node<TType> input_type; typedef in parallel_test
H A Dtest_function_node.cpp535 using input_type = int; typedef
H A Dtest_multifunction_node.cpp614 using input_type = int; typedef