Home
last modified time | relevance | path

Searched defs:copy_counting_object (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_flowgraph.h336 struct copy_counting_object { struct
342 copy_counting_object(): in copy_counting_object() function
345 copy_counting_object(int): in copy_counting_object() argument
348 copy_counting_object( const copy_counting_object<OutputType, InputType>& other ): in copy_counting_object() argument
359 OutputType operator()( InputType ) { in operator()
363 void operator()( InputType, multifunc_ports_t<InputType,OutputType>& op ) { in operator()
367 void operator()( InputType , async_ports_t<InputType, OutputType>& g) { in operator()
371 OutputType operator()( oneapi::tbb::flow_control & fc ) { in operator()