Lines Matching refs:continue_msg
51 struct converter<InputType,tbb::flow::continue_msg> {
52 static tbb::flow::continue_msg convert_value(const InputType &/*i*/) {
53 return tbb::flow::continue_msg();
58 struct converter<tbb::flow::continue_msg,OutputType> {
59 static OutputType convert_value(const tbb::flow::continue_msg &/*i*/) {
91 struct harness_graph_default_functor< tbb::flow::continue_msg, OutputType > {
92 static OutputType construct( tbb::flow::continue_msg ) {
98 struct harness_graph_default_functor< InputType, tbb::flow::continue_msg > {
99 static tbb::flow::continue_msg construct( InputType ) {
100 return tbb::flow::continue_msg();
105 struct harness_graph_default_functor< tbb::flow::continue_msg, tbb::flow::continue_msg > {
106 static tbb::flow::continue_msg construct( tbb::flow::continue_msg ) {
107 return tbb::flow::continue_msg();
477 T operator()(const tbb::flow::continue_msg& /*in*/) {