Searched refs:inc_functor (Results 1 – 3 of 3) sorted by relevance
114 struct inc_functor { struct117 inc_functor( ) { local_execute_count = 0; } in inc_functor() argument118 inc_functor( const inc_functor &f ) { local_execute_count = size_t(f.local_execute_count); } in inc_functor() function119 void operator=(const inc_functor &f) { local_execute_count = size_t(f.local_execute_count); } in operator =() argument134 inc_functor<OutputType> cf; in continue_nodes_with_copy() argument169 … inc_functor<OutputType> body_copy = tbb::flow::copy_body< inc_functor<OutputType> >( exe_node ); in continue_nodes_with_copy()176 body_copy = tbb::flow::copy_body< inc_functor<OutputType> >( exe_node ); in continue_nodes_with_copy()
144 struct inc_functor { struct147 inc_functor( ) { local_execute_count = 0; } in inc_functor() argument148 inc_functor( const inc_functor &f ) { local_execute_count = size_t(f.local_execute_count); } in inc_functor() function149 void operator=( const inc_functor &f ) { local_execute_count = size_t(f.local_execute_count); } in operator =() argument166 inc_functor cf; in buffered_levels_with_copy() argument219 inc_functor body_copy = tbb::flow::copy_body<inc_functor>( exe_node ); in buffered_levels_with_copy()226 body_copy = tbb::flow::copy_body<inc_functor>( exe_node ); in buffered_levels_with_copy()
135 struct inc_functor { struct138 inc_functor( ) { local_execute_count = 0; } in inc_functor() argument139 inc_functor( const inc_functor &f ) { local_execute_count = size_t(f.local_execute_count); } in inc_functor() function157 inc_functor cf; in buffered_levels_with_copy() argument210 inc_functor body_copy = tbb::flow::copy_body<inc_functor>( exe_node ); in buffered_levels_with_copy()