Searched refs:PortsType (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_eh_flow_graph.cpp | 243 template<int N,class PortsType> 245 typedef typename std::tuple_element<N-1,PortsType>::type::output_type my_type; 247 static void issue_tuple_element( PortsType &my_ports) { in issue_tuple_element() 249 IssueOutput<N-1,PortsType>::issue_tuple_element(my_ports); in issue_tuple_element() 253 template<class PortsType> 254 struct IssueOutput<1,PortsType> { 255 typedef typename std::tuple_element<0,PortsType>::type::output_type my_type; 257 static void issue_tuple_element( PortsType &my_ports) { in issue_tuple_element() 267 typedef typename NodeType::output_ports_type PortsType; typedef in multifunction_node_body 271 void operator()(const InputType& /*in*/, PortsType &my_ports) { in operator ()() [all …]
|
| /oneTBB/test/common/ |
| H A D | concepts_common.h | 592 template <typename Input, typename Output, typename PortsType, bool EnableCopyCtor, bool EnableDtor… 599 …void operator()( const Input&, PortsType& ) requires (EnableFunctionCallOperator == State::correct… in operator() 600 …void operator()( Dummy, PortsType& ) requires (EnableFunctionCallOperator == State::incorrect_firs… in operator()
|