Home
last modified time | relevance | path

Searched refs:aligned_trailing (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/move/algo/detail/
Dmerge.hpp165 U *aligned_trailing() const in aligned_trailing() function in boost::movelib::adaptive_xbuf
167 return this->aligned_trailing<U>(this->size()); in aligned_trailing()
171 U *aligned_trailing(size_type pos) const in aligned_trailing() function in boost::movelib::adaptive_xbuf
/third_party/boost/boost/move/algo/
Dadaptive_merge.hpp81 size_type *const uint_keys = xbuf.template aligned_trailing<size_type>(l_block); in adaptive_merge_combine_blocks()
Dadaptive_sort.hpp315 size_type *const uint_keys = xbuf.template aligned_trailing<size_type>(); in adaptive_sort_combine_all_blocks()