Lines Matching defs:input
320 input_type input; member
354 void submit( const input_type &input, gateway_type& gateway ) { in submit()
420 g, tbb::flow::unlimited, [](int input) { return input_type(input); } in run()
424 [&] (const input_type &input, gateway_type& gateway) { in run()
433 [&](const output_type& input) { in run()
540 g, tbb::flow::unlimited, [](int input) { return input_type(input); } in run()
544 [&](const input_type &input, gateway_type& gateway) { in run()
623 g, tbb::flow::unlimited, [](int input) { return input_type(input); } in operator ()()
627 [&](const input_type &input, gateway_type& gateway) { in operator ()()
678 int input; member
732 …node_t node(follows(preds[0], preds[1], preds[2]), unlimited, [&](int input, node_t::gateway_type&… in test_follows()
766 node_t node(precedes(successors[0]), unlimited, [&](int input, node_t::gateway_type& gtw) { in test_precedes()