Searched refs:_List_node_base (Results 1 – 5 of 5) sorted by relevance
57 struct _List_node_base { struct58 _List_node_base* _M_next; argument59 _List_node_base* _M_prev; argument65 typedef _List_node_base _Node_base;76 class _List_node : public _List_node_base {87 _List_node_base* _M_node;89 _List_iterator_base(_List_node_base* __x) : _M_node(__x) {} in _List_iterator_base()113 explicit _List_iterator(_List_node_base* __x) : _List_iterator_base(__x) {} in _List_iterator()177 typedef _List_node_base _Node_base;261 typedef _STLP_PRIV _List_node_base _Node_base;
60 # define _List_node_base _L__NB macro
48 _List_global<_Dummy>::_Transfer(_List_node_base* __position, in _Transfer()49 _List_node_base* __first, _List_node_base* __last) { in _Transfer()
170 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<_List_node_base, _VoidPtr_Node, allocator<_Vo…
46 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_List_node_base, _List_node<void*>, allocator<_List_n…