Searched refs:antistable (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/move/algo/ |
D | predicate.hpp | 25 struct antistable struct 27 explicit antistable(Comp &comp) in antistable() function 31 antistable(const antistable & other) in antistable() function 43 antistable & operator=(const antistable &); 52 Comp unantistable(antistable<Comp> comp) in unantistable()
|
D | adaptive_sort.hpp | 362 stable_merge(first+n_keys, first+len-l_intbuf, first+len, antistable<Compare>(comp), xbuf); in adaptive_sort_final_merge()
|
/third_party/boost/boost/move/algo/detail/ |
D | merge_sort.hpp | 131 , first, rest_it, last, antistable<Compare>(comp)); in merge_sort() 156 , first, rest_it, last, antistable<Compare>(comp)); in merge_sort_with_constructed_buffer()
|
D | adaptive_sort_merge.hpp | 261 … : partial_merge_bufferless_impl(first1, last1, last2, pis_range1_A, antistable<Compare>(comp)); in partial_merge_bufferless() 740 … : op_partial_merge_impl(r_first1, last1, r_first2, last2, d_first, antistable<Compare>(comp), op); in op_partial_merge() 784 …_and_swap_impl(r_first1, last1, r_first2, last2, r_first_min, d_first, antistable<Compare>(comp), … in op_partial_merge_and_swap() 910 …(first1, last1, rfirst2, last2, first_min, buf_first1_in_out, buf_last1_in_out, antistable<Compare… in op_partial_merge_and_save()
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 1739 boost/movelib/antistable.html
|