Lines Matching refs:__vector_base
321 class __vector_base
355 __vector_base()
357 _LIBCPP_INLINE_VISIBILITY __vector_base(const allocator_type& __a);
358 ~__vector_base();
370 void __copy_assign_alloc(const __vector_base& __c)
375 void __move_assign_alloc(__vector_base& __c)
383 void __copy_assign_alloc(const __vector_base& __c, true_type)
395 void __copy_assign_alloc(const __vector_base&, false_type)
399 void __move_assign_alloc(__vector_base& __c, true_type)
406 void __move_assign_alloc(__vector_base&, false_type)
414 __vector_base<_Tp, _Allocator>::__destruct_at_end(pointer __new_last) _NOEXCEPT
422 __vector_base<_Tp, _Allocator>::__vector_base()
432 __vector_base<_Tp, _Allocator>::__vector_base(const allocator_type& __a)
440 __vector_base<_Tp, _Allocator>::~__vector_base()
451 : private __vector_base<_Tp, _Allocator>
454 typedef __vector_base<_Tp, _Allocator> __base;