Searched refs:last_irr2 (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/ |
| H A D | adaptive_sort_merge.hpp | 556 RandIt const last_irr2 = first_irr2 + l_irreg2; in merge_blocks_bufferless() local 599 merge_bufferless(is_range1_A ? first1 : last1, first_irr2, last_irr2, comp); in merge_blocks_bufferless() 600 BOOST_MOVE_ADAPTIVE_SORT_INVARIANT(is_sorted(first, last_irr2, comp)); in merge_blocks_bufferless() 1316 RandIt const last_irr2 = first_irr2 + l_irreg2; in op_merge_blocks_left() local 1328 buffer = op_partial_merge_impl(first1, last1, first_irr2, last_irr2, buffer, comp, op); in op_merge_blocks_left() 1340 ( key_range2, key_mid, key_comp, first2, first_irr2, last_irr2 in op_merge_blocks_left() 1342 buffer = op(forward_t(), first_irr2, last_irr2, buffer);(void)buffer; in op_merge_blocks_left() 1514 RandIt const last_irr2 = first_irr2 + l_irreg2; in op_merge_blocks_with_buf() local 1523 , make_reverse_iterator(buffer), make_reverse_iterator(last_irr2) in op_merge_blocks_with_buf() 1526 BOOST_MOVE_ADAPTIVE_SORT_INVARIANT(is_sorted(dest, last_irr2, comp)); in op_merge_blocks_with_buf() [all …]
|