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