Searched refs:or_gate (Results 1 – 3 of 3) sorted by relevance
460 class or_gate : public gate<N> { class498 or_gate(oneapi::tbb::flow::graph& g) : gate<N>(g, or_body()) {} in or_gate() function in or_gate499 or_gate(const or_gate& src) : gate<N>(src.my_graph, or_body()) {} in or_gate() function in or_gate500 ~or_gate() {} in ~or_gate()
57 or_gate<2> FirstOR;
150 or_gate<3> o(g); in main()289 or_gate<2> o(g); in main()