Searched refs:NUM_INPUTS (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_composite_node.cpp | 88 const size_t NUM_INPUTS = std::tuple_size<InputTupleType>::value; variable 123 …compare<NUM_INPUTS-1, decltype(a_node_input_ports_ptr), decltype(input_tuple)>::compare_refs(a_nod… 124 …CHECK_MESSAGE(NUM_INPUTS == std::tuple_size<decltype(a_node_input_ports_ptr)>::value, "not all dec… 138 …compare<NUM_INPUTS-1, decltype(b_node_input_ports_ptr), decltype(input_tuple)>::compare_refs(b_nod… 139 …CHECK_MESSAGE(NUM_INPUTS == std::tuple_size<decltype(b_node_input_ports_ptr)>::value, "not all dec…
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | flow_graph.h | 2711 static const size_t NUM_INPUTS = sizeof...(InputTypes); variable 2724 …static_assert(NUM_INPUTS == std::tuple_size<input_ports_type>::value, "number of arguments does no… in set_external_ports() 2727 fgt_internal_input_alias_helper<T1, NUM_INPUTS>::alias_port( this, input_ports_tuple); in set_external_ports() 2760 static const size_t NUM_INPUTS = sizeof...(InputTypes); variable 2772 …static_assert(NUM_INPUTS == std::tuple_size<input_ports_type>::value, "number of arguments does no… in set_external_ports() 2774 fgt_internal_input_alias_helper<T, NUM_INPUTS>::alias_port( this, input_ports_tuple); in set_external_ports()
|