Searched refs:_Vector_impl_data (Results 1 – 4 of 4) sorted by relevance
92 struct _Vector_impl_data in _GLIBCXX_VISIBILITY() struct99 _Vector_impl_data() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function105 _Vector_impl_data(_Vector_impl_data&& __x) noexcept in _GLIBCXX_VISIBILITY() function113 _M_copy_data(_Vector_impl_data const& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() argument122 _M_swap_data(_Vector_impl_data& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() argument126 _Vector_impl_data __tmp; in _GLIBCXX_VISIBILITY()134 : public _Tp_alloc_type, public _Vector_impl_data in _GLIBCXX_VISIBILITY()152 : _Tp_alloc_type(std::move(__x)), _Vector_impl_data(std::move(__x)) in _GLIBCXX_VISIBILITY()162 : _Tp_alloc_type(std::move(__a)), _Vector_impl_data(std::move(__rv)) in _GLIBCXX_VISIBILITY()
91 struct _Vector_impl_data in _GLIBCXX_VISIBILITY() struct97 _Vector_impl_data() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function102 _Vector_impl_data(_Vector_impl_data&& __x) noexcept in _GLIBCXX_VISIBILITY() argument109 _M_copy_data(_Vector_impl_data const& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() argument117 _M_swap_data(_Vector_impl_data& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() argument121 _Vector_impl_data __tmp; in _GLIBCXX_VISIBILITY()129 : public _Tp_alloc_type, public _Vector_impl_data in _GLIBCXX_VISIBILITY()144 : _Tp_alloc_type(std::move(__x)), _Vector_impl_data(std::move(__x)) in _GLIBCXX_VISIBILITY()152 : _Tp_alloc_type(std::move(__a)), _Vector_impl_data(std::move(__rv)) in _GLIBCXX_VISIBILITY()
3428 * include/bits/stl_vector.h (_Vector_impl_data::_M_copy_data): New.3429 (_Vector_impl_data::_M_swap_data): Use _M_copy_data.3929 (struct _Vector_base<>::_Vector_impl_data): New.3932 (_Vector_base<>::_Vector_impl_data::_M_swap_data): ...here.
1009 * include/bits/stl_vector.h (_Vector_impl_data, _Vector_impl)