Searched defs:_Deque_impl (Results 1 – 2 of 2) sorted by relevance
493 struct _Deque_impl in _GLIBCXX_VISIBILITY() struct496 _Tp** _M_map; in _GLIBCXX_VISIBILITY()497 size_t _M_map_size; in _GLIBCXX_VISIBILITY()498 iterator _M_start; in _GLIBCXX_VISIBILITY()499 iterator _M_finish; in _GLIBCXX_VISIBILITY()501 _Deque_impl() in _GLIBCXX_VISIBILITY() function506 _Deque_impl(const _Tp_alloc_type& __a) in _GLIBCXX_VISIBILITY() function512 _Deque_impl(_Tp_alloc_type&& __a) in _GLIBCXX_VISIBILITY() argument
550 struct _Deque_impl in _GLIBCXX_VISIBILITY() struct553 _Map_pointer _M_map; in _GLIBCXX_VISIBILITY()554 size_t _M_map_size; in _GLIBCXX_VISIBILITY()555 iterator _M_start; in _GLIBCXX_VISIBILITY()556 iterator _M_finish; in _GLIBCXX_VISIBILITY()558 _Deque_impl() in _GLIBCXX_VISIBILITY() function563 _Deque_impl(const _Tp_alloc_type& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function571 _Deque_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() function577 void _M_swap_data(_Deque_impl& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()