Lines Matching refs:graph
63 void run_continue_nodes( int p, tbb::flow::graph& g, tbb::flow::continue_node< OutputType >& n ) { in run_continue_nodes()
101 tbb::flow::graph g; in continue_nodes()
133 tbb::flow::graph g; in continue_nodes_with_copy()
221 graph g; in test_two_graphs()
226 graph h; in test_two_graphs()
274 tbb::flow::graph g; in test_lightweight_policy()
333 graph g; in test_successor_cache_specialization()
393 concept can_call_continue_node_ctor = requires( tbb::flow::graph& graph, Body body,
396 tbb::flow::continue_node<Input>(graph, body);
397 tbb::flow::continue_node<Input>(graph, body, priority);
398 tbb::flow::continue_node<Input>(graph, num, body);
399 tbb::flow::continue_node<Input>(graph, num, body, priority);