Searched refs:array_destructor_t (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/ |
D | copy_move_algo.hpp | 1202 typedef typename array_destructor<Allocator, F>::type array_destructor_t; in uninitialized_move_and_insert_alloc() typedef 1205 array_destructor_t new_values_destroyer(d_first, d_first, a); in uninitialized_move_and_insert_alloc() 1234 typedef typename array_destructor<Allocator, F>::type array_destructor_t; in expand_forward_and_insert_alloc() typedef 1249 array_destructor_t on_exception(last, last, a); in expand_forward_and_insert_alloc() 1260 array_destructor_t on_exception(pos + n, new_last, a); in expand_forward_and_insert_alloc()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
D | vector.hpp | 3019 typedef typename value_traits::ArrayDestructor array_destructor_t; in priv_insert_forward_range_expand_backwards() typedef 3023 array_destructor_t old_values_destroyer(old_start, a, old_size); in priv_insert_forward_range_expand_backwards() 3306 …array_destructor_t old_end_destroyer(old_finish + mid_last_dist, a, static_cast<size_type>(old_fin… in priv_insert_forward_range_expand_backwards()
|