Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_indexer_node.cpp559 bool check_edge(tbb::flow::graph& g, in check_edge() function
578 void check_edge(tbb::flow::graph& g, BN& bn, tbb::flow::buffer_node<indexer_output_t>& buf, Type, t… in check_edge() function
579 …sink(check_edge<indexer_output_t>(g, std::get<Seq>(bn), buf, typename std::tuple_element<Seq, Type… in check_edge()
595 check_edge<indexer_output_t>(g, bn, buf, t, seq); in test_follows_impl()
624 check_edge<indexer_output_t, int>(g, start1, buf1, 1); in test_precedes()
625 check_edge<indexer_output_t, float>(g, start2, buf2, 2.2f); in test_precedes()
626 check_edge<indexer_output_t, double>(g, start3, buf3, 3.3); in test_precedes()