Home
last modified time | relevance | path

Searched refs:range_xbuf (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 Dadaptive_sort_merge.hpp323 class range_xbuf class
325 range_xbuf(const range_xbuf &);
326 range_xbuf & operator=(const range_xbuf &);
332 range_xbuf(Iterator first, Iterator last) in range_xbuf() function in boost::movelib::detail_adaptive::range_xbuf
343 ~range_xbuf() in ~range_xbuf()
1790range_xbuf<RandIt, move_op> rbuf( (use_buf && xbuf_used) ? (combined_first-l_block) : combined_fir… in adaptive_sort_combine_blocks()
1816range_xbuf<RandIt, move_op> rbuf(combined_last, xbuf_used ? (combined_last+l_block) : combined_las… in adaptive_sort_combine_blocks()