Home
last modified time | relevance | path

Searched refs:values1 (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_split_node.cpp79 auto values1 = conformance::get_values(node2); variable
83 CHECK_MESSAGE((values1.size() == 1), "Descendant of the node must receive one message.");
86 CHECK_MESSAGE((values1[0] == 1), "Descendant of the node needs to be receive N messages");
H A Dconformance_flowgraph.h514 auto values1 = get_values(suc_node1); in test_forwarding_single_push() local
516 …CHECK_MESSAGE((values1.size() != values2.size()), "Only one descendant the node needs to receive"); in test_forwarding_single_push()
517 CHECK_MESSAGE((values1.size() + values2.size() == 1), "All messages need to be received"); in test_forwarding_single_push()
528 CHECK_MESSAGE((values1[0] == 0), "Value passed is the actual one received"); in test_forwarding_single_push()
531 if(values1.size() == 1) { in test_forwarding_single_push()
532 CHECK_MESSAGE((values1[0] == 0), "Value passed is the actual one received"); in test_forwarding_single_push()