Home
last modified time | relevance | path

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

/third_party/boost/boost/move/algo/detail/
Dmerge_sort.hpp122 RandIt const half_it = first + half; in merge_sort() local
125 merge_sort_uninitialized_copy(half_it, last, uninitialized, comp); in merge_sort()
128 merge_sort_copy(first, half_it, rest_it, comp); in merge_sort()
149 RandIt const half_it = first + half; in merge_sort_with_constructed_buffer() local
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()