Lines Matching refs:operator
159 OutputType operator()( InputType i ) {
210 void operator()( const InputType &i, ports_type &p ) {
259 harness_counting_receiver& operator=(const harness_counting_receiver&) = delete;
295 harness_mapped_receiver& operator=(const harness_mapped_receiver&) = delete;
365 harness_counting_sender& operator=(const harness_counting_sender&) = delete;
442 parallel_put_until_limit& operator=(const parallel_put_until_limit&) = delete;
450 void operator()( int i ) const { my_senders[i]->try_put_until_limit(); }
462 T operator()(const T& in) {
477 T operator()(const tbb::flow::continue_msg& /*in*/) {
627 harness_reserving_body& operator=(const harness_reserving_body&) = delete;
632 void operator()(DataType i) const {
687 native_loop_body& operator=(const native_loop_body&) = delete;
692 void operator()(int) const noexcept {
705 …void operator()(const std::thread::id& input, gateway_type&) noexcept { increase_and_check(input);…
707 output_tuple_type operator()(const std::thread::id& input) noexcept {
738 native_loop_limited_body& operator=(const native_loop_limited_body&) = delete;
744 void operator()(int) const noexcept {
756 bool operator()() {
789 void operator()(const std::thread::id& input, gateway_type&) noexcept(NoExcept) {
792 output_tuple_type operator()(const std::thread::id& input) noexcept(NoExcept) {
840 void operator()(const input_type&, gateway_type&) {
847 output_tuple_type operator()(const input_type&) {