Searched defs:new_buffer_guard (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
D | devector.hpp | 2276 allocation_guard new_buffer_guard(new_buffer, new_capacity, get_allocator_ref()); in resize_front_slow_path() local 2326 allocation_guard new_buffer_guard(new_buffer, new_capacity, get_allocator_ref()); in resize_back_slow_path() local 2405 allocation_guard new_buffer_guard(new_buffer, new_capacity, get_allocator_ref()); in emplace_reallocating_slow_path() local 2665 allocation_guard new_buffer_guard(new_buffer, new_capacity, get_allocator_ref()); in BOOST_MOVE_ITERATE_0TO9() local 2781 allocation_guard new_buffer_guard(new_buffer, new_capacity, get_allocator_ref()); in insert_range_reallocating_slow_path() local 2840 allocation_guard new_buffer_guard(new_buffer, n, get_allocator_ref()); in allocate_and_copy_range() local
|