Searched refs:forward_t (Results 1 – 3 of 3) 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 D | basic_op.hpp | 29 struct forward_t{}; struct 42 …BOOST_MOVE_FORCEINLINE DestinationIt operator()(forward_t, SourceIt first, SourceIt last, Destinat… in operator ()() 82 …BOOST_MOVE_FORCEINLINE DestinationIt operator()(forward_t, SourceIt first, SourceIt last, Destinat… in operator ()()
|
| H A D | merge.hpp | 169 op(forward_t(), first2, last2, buf_first); in op_merge_left() 184 op(forward_t(), first1, last1, buf_first); in op_merge_left() 408 InputOutIterator end = op(forward_t(), first, last, dest_first); in op_merge_with_right_placed()
|
| H A D | adaptive_sort_merge.hpp | 340 m_last = Op()(forward_t(), first, first+n, m_first); in move_assign() 421 lastb = op(forward_t(), first1, last1, firstb); in op_buffered_partial_merge_to_range1_and_buffer() 995 lastb = op(forward_t(), first1, last1, firstb); in op_buffered_partial_merge_and_swap_to_range1_and_buffer() 1186 : op(forward_t(), first_reg, last_reg, dest); in op_merge_blocks_with_irreg() 1263 buffer = op(forward_t(), first1, last1, buffer); in op_merge_blocks_left() 1323 op(forward_t(), first1, last1, new_first1); in op_merge_blocks_left() 1329 buffer = op(forward_t(), first1, last1, buffer); in op_merge_blocks_left() 1332 buffer = op(forward_t(), first1, last1, buffer); in op_merge_blocks_left() 1342 buffer = op(forward_t(), first_irr2, last_irr2, buffer);(void)buffer; in op_merge_blocks_left() 1474 RandIt res = op(forward_t(), buffer, buffer_end, first1); in op_merge_blocks_with_buf() [all …]
|