Lines Matching refs:my_first
386 Iterator my_first;
391 : my_first(first), my_body(body), my_feeder_ptr(feeder_ptr) {}
398 parallel_for_each_operator_selector<Body>::call(my_body, *(my_first + count),
479 … : my_first(first), my_last(last), my_wait_context(w_context), my_execution_context(e_context),
490 Iterator my_first;
511 if (this->my_first == this->my_last) {
523 …for (; !(this->my_first == this->my_last) && block_handling_task->my_size < block_handling_type::m…
525 new (block_iterator++) Item(*this->my_first);
548 if (this->my_first == this->my_last) {
554 Iterator first_block_element = this->my_first;
555 …for (; !(this->my_first == this->my_last) && block_size < block_handling_type::max_block_size; ++t…
584 tbb::blocked_range<std::size_t>(0, std::distance(this->my_first, this->my_last)),
585 …parallel_for_body_wrapper<Iterator, Body, Item>(this->my_first, this->my_body, this->my_feeder_hol…