Lines Matching refs:try_get
142 q.try_get(i); in test_tiny()
144 q.try_get(j); in test_tiny()
158 q.try_get(i); in test_tiny()
160 q.try_get(j); in test_tiny()
250 q.try_get(j); in test_adder()
273 q.try_get(j); in test_adder()
333 output.try_get(out); in test_nested_adder()
334 …CHECK_MESSAGE( (tbb::flow::output_port<0>(outer_node).try_get(out) == output.try_get(out)), "outpu… in test_nested_adder()
415 while ( v[0].try_get(x) ) { in test_prefix()
418 v[i].try_get(x); in test_prefix()
483 que.try_get(num); in input_only_output_only_composite()