Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_node_impl.h355 typedef function_body<input_type, output_type> function_body_type; typedef
387 function_body_type &body_ref = *this->my_body; in copy_function_object()
436 function_body_type *tmp = my_init_body->clone(); in reset_function_input()
442 function_body_type *my_body;
443 function_body_type *my_init_body;
603 typedef function_body<input_type, output_type> function_body_type;
635 function_body_type &body_ref = *my_body;
642 function_body_type *tmp = my_init_body->clone();
651 function_body_type *my_body;
652 function_body_type *my_init_body;