Home
last modified time | relevance | path

Searched refs:last_irr2 (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/move/algo/detail/
Dadaptive_sort_merge.hpp324 RandIt const last_irr2 = first_irr2 + l_irreg2; in merge_blocks_bufferless() local
367 merge_bufferless(is_range1_A ? first1 : last1, first_irr2, last_irr2, comp); in merge_blocks_bufferless()
368 BOOST_MOVE_ADAPTIVE_SORT_INVARIANT(boost::movelib::is_sorted(first, last_irr2, comp)); in merge_blocks_bufferless()
1103 RandIt const last_irr2 = first_irr2 + l_irreg2; in op_merge_blocks_left() local
1115 buffer = op_partial_merge_impl(first1, last1, first_irr2, last_irr2, buffer, comp, op); in op_merge_blocks_left()
1127 ( key_range2, key_mid, key_comp, first2, first_irr2, last_irr2 in op_merge_blocks_left()
1129 buffer = op(forward_t(), first_irr2, last_irr2, buffer);(void)buffer; in op_merge_blocks_left()
1317 RandIt const last_irr2 = first_irr2 + l_irreg2; in op_merge_blocks_with_buf() local
1326 …terator)(first_irr2), rbuf_beg, (make_reverse_iterator)(buffer), (make_reverse_iterator)(last_irr2) in op_merge_blocks_with_buf()
1329 BOOST_MOVE_ADAPTIVE_SORT_INVARIANT(boost::movelib::is_sorted(dest, last_irr2, comp)); in op_merge_blocks_with_buf()
[all …]