Searched defs:_Node_base (Results 1 – 4 of 4) sorted by relevance
92 struct _Node_base struct96 typedef typename Metadata::allocator_type _Alloc;99 typedef _Alloc allocator_type;100 typedef _ATraits access_traits;101 typedef typename _ATraits::type_traits type_traits;102 typedef typename _Alloc::template rebind<_Node_base> __rebind_n;103 typedef typename __rebind_n::other::pointer node_pointer;105 node_pointer m_p_parent;106 const node_type m_type;108 _Node_base(node_type type) : m_type(type) in _Node_base() function[all …]
410 typedef _Fwd_list_node_base _Node_base; in _GLIBCXX_VISIBILITY() typedef
437 typedef _Fwd_list_node_base _Node_base; in _GLIBCXX_VISIBILITY() typedef