Home
last modified time | relevance | path

Searched refs:three_way_t (Results 1 – 2 of 2) 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 Dbasic_op.hpp31 struct three_way_t{}; struct
50 …BOOST_MOVE_FORCEINLINE void operator()(three_way_t, SourceIt srcit, DestinationIt1 dest1it, Destin… in operator ()()
61 this->operator()(three_way_t(), srcit++, dest1it++, dest2it++); in operator ()()
90 …BOOST_MOVE_FORCEINLINE void operator()(three_way_t, SourceIt srcit, DestinationIt1 dest1it, Destin… in operator ()()
102 this->operator()(three_way_t(), srcit++, dest1it++, dest2it++); in operator ()()
H A Dadaptive_sort_merge.hpp414 op(three_way_t(), first2++, first1++, lastb++); in op_buffered_partial_merge_to_range1_and_buffer()
424 op(three_way_t(), comp(*first2, *firstb) ? first2++ : firstb++, first1++, lastb++); in op_buffered_partial_merge_to_range1_and_buffer()
1004 op(three_way_t(), firstb++, first1++, lastb++); in op_buffered_partial_merge_and_swap_to_range1_and_buffer()
1071 op(three_way_t(), first2++, first_min++, d_first++); in op_partial_merge_and_swap_impl()