Home
last modified time | relevance | path

Searched refs:original_r_first (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 Dmerge.hpp498 InputOutIterator const original_r_first = r_first; in uninitialized_merge_with_right_placed() local
502 while ( first != last && dest_first != original_r_first ) { in uninitialized_merge_with_right_placed()
504 for(; dest_first != original_r_first; ++dest_first, ++first){ in uninitialized_merge_with_right_placed()
509 InputOutIterator end = ::boost::move(first, last, original_r_first); in uninitialized_merge_with_right_placed()
527 merge_with_right_placed(first, last, original_r_first, r_first, r_last, comp); in uninitialized_merge_with_right_placed()