Lines Matching refs:input0

501     InputNodeType input0(g, InputNodeBodyType0(input0_count));  in run_one_functype_node_test()  local
506 make_edge(input0, node_to_test); in run_one_functype_node_test()
518 input0.activate(); in run_one_functype_node_test()
525 input0.activate(); in run_one_functype_node_test()
531 int ib0_cnt = tbb::flow::copy_body<InputNodeBodyType0>(input0).count_value(); in run_one_functype_node_test()
552 …CHECK_MESSAGE( (0 == tbb::flow::copy_body<InputNodeBodyType0>(input0).count_value()),"Reset input … in run_one_functype_node_test()
1323 InputType0 input0(g, InputBodyType0(input0_count)); in execute_test() local
1327 make_edge(input0,tbb::flow::input_port<0>(node_to_test)); in execute_test()
1334 input0.activate(); in execute_test()
1341 input0.activate(); in execute_test()
1347 int ib0_cnt = tbb::flow::copy_body<InputBodyType0>(input0).count_value(); in execute_test()
1384 …CHECK_MESSAGE( (0 == tbb::flow::copy_body<InputBodyType0>(input0).count_value()),"Reset input fail… in execute_test()
1433 InputType0 input0(g, InputBodyType0(input0_count, 2)); in execute_test() local
1437 make_edge(input0,tbb::flow::input_port<0>(node_to_test)); in execute_test()
1444 input0.activate(); in execute_test()
1451 input0.activate(); in execute_test()
1457 int ib0_cnt = tbb::flow::copy_body<InputBodyType0>(input0).count_value(); in execute_test()
1488 …CHECK_MESSAGE( (0 == tbb::flow::copy_body<InputBodyType0>(input0).count_value()),"Reset input fail… in execute_test()
1807 InputType0 input0(g, InputBodyType0(input0_count)); in run_one_indexer_node_test() local
1811 make_edge(input0,tbb::flow::input_port<0>(node_to_test)); in run_one_indexer_node_test()
1818 input0.activate(); in run_one_indexer_node_test()
1825 input0.activate(); in run_one_indexer_node_test()
1831 int ib0_cnt = tbb::flow::copy_body<InputBodyType0>(input0).count_value(); in run_one_indexer_node_test()
1862 …CHECK_MESSAGE( (0 == tbb::flow::copy_body<InputBodyType0>(input0).count_value()),"Reset input fail… in run_one_indexer_node_test()