Home
last modified time | relevance | path

Searched refs:fun2 (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_input_node.cpp94 conformance::copy_counting_object<output_msg> fun2; variable
96 input_node<output_msg> node1(g, fun2);
106 CHECK_MESSAGE((fun2.copy_count + 1 < b2.copy_count), "constructor should copy bodies");
231 function_node_counter fun2; variable
233 …::function_node <int, int, oneapi::tbb::flow::rejecting> fnode(g, oneapi::tbb::flow::serial, fun2);
H A Dconformance_continue_node.cpp183 counting_body fun2; variable
186 continue_node<output_msg> node1(g, 2, fun2);
197 CHECK_MESSAGE((fun2.copy_count + 1 < b2.copy_count), "constructor should copy bodies");
H A Dconformance_flowgraph.h554 conformance::copy_counting_object<int> fun2; in test_copy_ctor() local
557 Node node1(g, unlimited, fun2); in test_copy_ctor()
568 CHECK_MESSAGE((fun2.copy_count + 1 < b2.copy_count), "constructor should copy bodies"); in test_copy_ctor()