Searched refs:op_merge_right (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/move/algo/detail/ |
D | merge.hpp | 464 void op_merge_right in op_merge_right() function 499 op_merge_right(first1, last1, last2, buf_last, comp, move_op()); in merge_right() 509 op_merge_right(first1, last1, last2, buf_last, comp, swap_op()); in swap_merge_right()
|
D | adaptive_sort_merge.hpp | 1386 …op_merge_right(first_block+p, first_block+p+l_build_buf, first_block+p+restk, first_block+p+restk+… in op_merge_right_step_once() 1390 …op_merge_right(first_block+p, first_block+p+l_build_buf, first_block+p+2*l_build_buf, first_block+… in op_merge_right_step_once()
|