Searched refs:f4 (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_function_node.cpp | 51 function_node f4(g, unlimited, body, rejecting(), node_priority_t(5)); in test_deduction_guides_common() local 52 static_assert(std::is_same_v<decltype(f4), function_node<int, int, rejecting>>); in test_deduction_guides_common()
|
| /oneTBB/test/tbb/ |
| H A D | test_split_node.cpp | 310 function_node<int, int> f4(g, unlimited, [&](int val) { ++body_calls; return val; } ); in test_follows_and_precedes_api() local 315 make_edge(output_port<0>(following_node), f4); in test_follows_and_precedes_api() 319 split_node<msg_t> preceding_node(precedes(f4, f5, f6)); in test_follows_and_precedes_api()
|