Home
last modified time | relevance | path

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

/third_party/boost/boost/move/algo/detail/
Dmerge.hpp213 class range_xbuf class
215 range_xbuf(const range_xbuf &);
216 range_xbuf & operator=(const range_xbuf &);
222 range_xbuf(Iterator first, Iterator last) in range_xbuf() function in boost::movelib::range_xbuf
233 ~range_xbuf() in ~range_xbuf()
905 range_xbuf<Pointer, size_type, move_op> rxbuf(buffer, buffer + buffer_size); in merge_adaptive_ONlogN_recursive()
/third_party/boost/boost/move/algo/
Dadaptive_sort.hpp188range_xbuf<RandIt, size_type, move_op> rbuf( (use_buf && xbuf_used) ? (combined_first-l_block) : c… in adaptive_sort_combine_blocks()
218range_xbuf<RandIt, size_type, move_op> rbuf(combined_last, xbuf_used ? (combined_last+l_block) : c… in adaptive_sort_combine_blocks()