Searched defs:_Fwd_list_base (Results 1 – 4 of 4) sorted by relevance
266 struct _Fwd_list_base in _GLIBCXX_VISIBILITY() struct269 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type; in _GLIBCXX_VISIBILITY()272 rebind<_Fwd_list_node<_Tp>>::other _Node_alloc_type; in _GLIBCXX_VISIBILITY()274 struct _Fwd_list_impl in _GLIBCXX_VISIBILITY()292 _Fwd_list_impl _M_impl; in _GLIBCXX_VISIBILITY()295 typedef _Fwd_list_iterator<_Tp> iterator; in _GLIBCXX_VISIBILITY()296 typedef _Fwd_list_const_iterator<_Tp> const_iterator; in _GLIBCXX_VISIBILITY()297 typedef _Fwd_list_node<_Tp> _Node; in _GLIBCXX_VISIBILITY()300 _M_get_Node_allocator() noexcept in _GLIBCXX_VISIBILITY()304 _M_get_Node_allocator() const noexcept in _GLIBCXX_VISIBILITY()[all …]
39 _Fwd_list_base(const _Fwd_list_base& __lst, const _Node_alloc_type& __a) in _Fwd_list_base() function in std::_Fwd_list_base
289 struct _Fwd_list_base in _GLIBCXX_VISIBILITY() struct292 typedef __alloc_rebind<_Alloc, _Fwd_list_node<_Tp>> _Node_alloc_type; in _GLIBCXX_VISIBILITY()293 typedef __gnu_cxx::__alloc_traits<_Node_alloc_type> _Node_alloc_traits; in _GLIBCXX_VISIBILITY()295 struct _Fwd_list_impl in _GLIBCXX_VISIBILITY()316 _Fwd_list_impl _M_impl; in _GLIBCXX_VISIBILITY()319 typedef _Fwd_list_iterator<_Tp> iterator; in _GLIBCXX_VISIBILITY()320 typedef _Fwd_list_const_iterator<_Tp> const_iterator; in _GLIBCXX_VISIBILITY()321 typedef _Fwd_list_node<_Tp> _Node; in _GLIBCXX_VISIBILITY()324 _M_get_Node_allocator() noexcept in _GLIBCXX_VISIBILITY()328 _M_get_Node_allocator() const noexcept in _GLIBCXX_VISIBILITY()[all …]
40 _Fwd_list_base(_Fwd_list_base&& __lst, _Node_alloc_type&& __a) in _Fwd_list_base() function in std::_Fwd_list_base