Searched refs:d_first (Results 1 – 2 of 2) 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 | adaptive_sort_merge.hpp | 1022 …InputIt1 const last1, InputIt2 &r_first2, InputIt2 const last2, OutputIt d_first, Compare comp, Op… in op_partial_merge_impl() argument 1029 op(first2++, d_first++); in op_partial_merge_impl() 1035 op(first1++, d_first++); in op_partial_merge_impl() 1043 return d_first; in op_partial_merge_impl() 1048 …InputIt1 const last1, InputIt2 &r_first2, InputIt2 const last2, OutputIt d_first, Compare comp, Op… in op_partial_merge() argument 1050 return is_stable ? op_partial_merge_impl(r_first1, last1, r_first2, last2, d_first, comp, op) in op_partial_merge() 1051 … : op_partial_merge_impl(r_first1, last1, r_first2, last2, d_first, antistable<Compare>(comp), op); in op_partial_merge() 1061 …nputIt2 &r_first2, InputIt2 const last2, InputIt2 &r_first_min, OutputIt d_first, Compare comp, Op… in op_partial_merge_and_swap_impl() argument 1071 op(three_way_t(), first2++, first_min++, d_first++); in op_partial_merge_and_swap_impl() 1075 op(first1++, d_first++); in op_partial_merge_and_swap_impl() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/ |
| H A D | vector.hpp | 2275 T* d_first = boost::movelib::to_raw_pointer(new_storage); in priv_merge_in_new_buffer() local 2280 … ::boost::container::uninitialized_move_alloc(this->m_holder.alloc(), pbeg, pend, d_first); in priv_merge_in_new_buffer() 2284 … ::boost::container::uninitialized_move_alloc_n(this->m_holder.alloc(), first, n, d_first); in priv_merge_in_new_buffer() 2289 … allocator_traits_type::construct( this->m_holder.alloc(), d_first, ::boost::move(*first) ); in priv_merge_in_new_buffer() 2293 ++d_first; in priv_merge_in_new_buffer() 2301 … allocator_traits_type::construct( this->m_holder.alloc(), d_first, ::boost::move(*pbeg) ); in priv_merge_in_new_buffer() 2304 ++d_first; in priv_merge_in_new_buffer()
|