Home
last modified time | relevance | path

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

/third_party/boost/boost/move/algo/detail/
Dmerge_sort.hpp62 void merge_sort_copy( RandIt first, RandIt last in merge_sort_copy() function
73 merge_sort_copy(first + half, last , dest+half , comp); in merge_sort_copy()
74 merge_sort_copy(first , first + half, first + half, comp); in merge_sort_copy()
99 merge_sort_copy(first, first + half, first + half, comp); in merge_sort_uninitialized_copy()
128 merge_sort_copy(first, half_it, rest_it, comp); in merge_sort()
152 merge_sort_copy(half_it, last, buffer, comp); in merge_sort_with_constructed_buffer()
153 merge_sort_copy(first, half_it, rest_it, comp); in merge_sort_with_constructed_buffer()