Searched refs:_Deque_impl (Results 1 – 8 of 8) sorted by relevance
518 struct _Deque_impl in _GLIBCXX_VISIBILITY() struct521 _Deque_impl() _GLIBCXX_NOEXCEPT_IF( in _GLIBCXX_VISIBILITY() argument526 _Deque_impl(const _Tp_alloc_type& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function531 _Deque_impl(_Deque_impl&&) = default; in _GLIBCXX_VISIBILITY()533 _Deque_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() function537 _Deque_impl(_Deque_impl&& __d, _Tp_alloc_type&& __a) in _GLIBCXX_VISIBILITY() function589 _Deque_impl _M_impl; in _GLIBCXX_VISIBILITY()
542 struct _Deque_impl in _GLIBCXX_VISIBILITY() struct545 _Deque_impl() _GLIBCXX_NOEXCEPT_IF( in _GLIBCXX_VISIBILITY() argument550 _Deque_impl(const _Tp_alloc_type& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function555 _Deque_impl(_Deque_impl&&) = default; in _GLIBCXX_VISIBILITY()557 _Deque_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() argument561 _Deque_impl(_Deque_impl&& __d, _Tp_alloc_type&& __a) in _GLIBCXX_VISIBILITY() argument613 _Deque_impl _M_impl; in _GLIBCXX_VISIBILITY()
3782 (_Deque_base::_Deque_impl): Inherit latter.3783 (_Deque_base::_Deque_impl::_M_swap_data): Move...3785 (_Deque_base::_Deque_impl()): Add noexcept qualification.3786 (_Deque_base::_Deque_impl(_Deque_impl&&, _Tp_alloc_type&&)): New.3787 (_Deque_base::_Deque_impl::_M_get_Tp_allocator()): Remove static_cast.
1589 (_Deque_base::_Deque_impl) [_Deque_impl(const _Tp_alloc_type&),1590 _Deque_impl(_Tp_alloc_type&&)]: Likewise.
2326 * include/bits/stl_deque.h (_Deque_impl::_Deque_impl(),
2769 rebind _Alloc to _Tp_alloc_type, change _Deque_impl to inherit from
4210 * include/bits/stl_deque.h: Created a _Deque_impl class and made
7142 * include/bits/stl_deque.h (_Deque_impl): Move comment.