Searched refs:uninitialized_move_alloc (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/ |
D | copy_move_algo.hpp | 296 uninitialized_move_alloc(Allocator &a, I f, I l, F r) in uninitialized_move_alloc() function 320 uninitialized_move_alloc(Allocator &, I f, I l, F r) BOOST_NOEXCEPT_OR_NOTHROW in uninitialized_move_alloc() function 1209 O d_last = ::boost::container::uninitialized_move_alloc(a, first, pos, d_first); in uninitialized_move_and_insert_alloc() 1217 (void) ::boost::container::uninitialized_move_alloc(a, pos, last, d_last); in uninitialized_move_and_insert_alloc() 1259 F new_last = ::boost::container::uninitialized_move_alloc(a, pos, last, pos + n); in expand_forward_and_insert_alloc()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
D | vector.hpp | 2385 … ::boost::container::uninitialized_move_alloc(this->m_holder.alloc(), pbeg, pend, d_first); in priv_merge_in_new_buffer() 2913 ::boost::container::uninitialized_move_alloc in priv_insert_ordered_at_shift_range() 2922 …::boost::container::uninitialized_move_alloc(this->m_holder.alloc(), boundary_ptr, last_ptr, limit… in priv_insert_ordered_at_shift_range() 3028 ::boost::container::uninitialized_move_alloc(a, old_start, pos, new_start); in priv_insert_forward_range_expand_backwards() 3048 … ::boost::container::uninitialized_move_alloc(a, pos, old_finish, new_start + before_plus_new); in priv_insert_forward_range_expand_backwards() 3206 T * const new_pos = ::boost::container::uninitialized_move_alloc in priv_insert_forward_range_expand_backwards() 3279 ::boost::container::uninitialized_move_alloc(a, finish_n, old_finish, old_finish); in priv_insert_forward_range_expand_backwards() 3304 … ::boost::container::uninitialized_move_alloc(a, pos, old_finish, old_finish + mid_last_dist); in priv_insert_forward_range_expand_backwards()
|
D | deque.hpp | 2073 ::boost::container::uninitialized_move_alloc in priv_insert_aux_impl() 2084 ::boost::container::uninitialized_move_alloc in priv_insert_aux_impl() 2103 ::boost::container::uninitialized_move_alloc in priv_insert_aux_impl() 2111 ::boost::container::uninitialized_move_alloc in priv_insert_aux_impl()
|
D | devector.hpp | 2206 boost::container::uninitialized_move_alloc(get_allocator_ref(), begin, end, dst); in opt_move_or_copy()
|