Searched refs:move_op (Results 1 – 4 of 4) 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 | merge.hpp | 196 op_merge_left(buf_first, first1, last1, last2, comp, move_op()); in merge_left() 246 op_merge_right(first1, last1, last2, buf_last, comp, move_op()); in merge_right() 475 op_merge_with_left_placed(first, last, dest_last, r_first, r_last, comp, move_op()); in merge_with_left_placed() 485 op_merge_with_right_placed(first, last, dest_first, r_first, r_last, comp, move_op()); in merge_with_right_placed()
|
| H A D | insertion_sort.hpp | 70 insertion_sort_op(first1, last1, first2, comp, move_op()); in insertion_sort_copy()
|
| H A D | basic_op.hpp | 35 struct move_op struct
|
| H A D | adaptive_sort_merge.hpp | 639 op_buffered_merge(first, middle, last, comp, move_op(), xbuf); in buffered_merge() 1369 … (key_first, key_comp, first, l_block, l_irreg1, n_block_a, n_block_b, l_irreg2, comp, move_op()); in merge_blocks_left() 1551 …t, key_comp, first, l_block, l_irreg1, n_block_a, n_block_b, l_irreg2, comp, move_op(), buf_first); in merge_blocks_with_buf() 1711 … l_merged = op_insertion_sort_step_left(first_block, elements_in_blocks, l_base, comp, move_op()); in adaptive_sort_build_blocks() 1716 …rst_block - l_merged, elements_in_blocks, l_merged, l_build_buf, kbuf - l_merged, comp, move_op()); in adaptive_sort_build_blocks() 1743 op_merge_right_step_once(first, elements_in_blocks, l_build_buf, comp, move_op()); in adaptive_sort_build_blocks() 1790 …range_xbuf<RandIt, move_op> rbuf( (use_buf && xbuf_used) ? (combined_first-l_block) : combined_fir… in adaptive_sort_combine_blocks() 1816 …range_xbuf<RandIt, move_op> rbuf(combined_last, xbuf_used ? (combined_last+l_block) : combined_las… in adaptive_sort_combine_blocks()
|