Searched refs:_Node_base (Results 1 – 6 of 6) sorted by relevance
/external/stlport/stlport/stl/ |
D | _slist.h | 247 typedef _STLP_PRIV _Slist_node_base _Node_base; 374 _Node_base* __prev = &this->_M_head._M_data; 375 _Node_base* __node = this->_M_head._M_data._M_next; 389 _Node_base* __prev = &this->_M_head._M_data; 390 _Node_base* __node = this->_M_head._M_data._M_next; 414 { return const_iterator(__CONST_CAST(_Node_base*, &this->_M_head._M_data)); } 462 return const_iterator(__CONST_CAST(_Node_base*, 469 _Node* _M_insert_after(_Node_base* __pos, const value_type& __x = _Tp()) { 471 _Node* _M_insert_after(_Node_base* __pos, const value_type& __x) { 477 _Node* _M_insert_after(_Node_base* __pos) { [all …]
|
D | _slist.c | 72 _Node_base* __p1 = &this->_M_head._M_data; 73 _Node_base* __n1 = this->_M_head._M_data._M_next; 74 const _Node_base* __n2 = __x._M_head._M_data._M_next; 84 _M_insert_after_range(__p1, const_iterator(__CONST_CAST(_Node_base*, __n2)), 92 _Node_base* __prev = &this->_M_head._M_data; in _M_fill_assign() 93 _Node_base* __node = this->_M_head._M_data._M_next; in _M_fill_assign() 107 _Node_base* __cur = &this->_M_head._M_data; in resize() 120 _Node_base* __cur = &this->_M_head._M_data; in remove() 151 typedef _STLP_PRIV _Slist_node_base _Node_base; in _Slist_merge() typedef
|
D | _list.h | 65 typedef _List_node_base _Node_base; typedef 66 static void _STLP_CALL _Transfer(_Node_base* __pos, 67 _Node_base* __first, _Node_base* __last); 177 typedef _List_node_base _Node_base; 182 typedef _STLP_alloc_proxy<_Node_base, _Node, _Node_allocator_type> _AllocProxy; 188 _List_base(const allocator_type& __a) : _M_node(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Node_base()) 261 typedef _STLP_PRIV _List_node_base _Node_base; 281 _Node_base* _M_create_node(const_reference __x = value_type()) { 283 _Node_base* _M_create_node(const_reference __x) { 294 _Node_base* _M_create_node() { [all …]
|
D | _tree.h | 234 typedef _Rb_tree_node_base _Node_base; 241 typedef _STLP_alloc_proxy<_Node_base, _Node, _M_node_allocator_type> _AllocProxy; 250 _M_header(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Node_base() ) { 270 void _M_rebind(_Node_base *__static_node) {
|
D | _list.c | 57 _Node_base* __tmp = __position->_M_prev; in _Transfer()
|
/external/stlport/stlport/stl/pointers/ |
D | _slist.h | 65 typedef _STLP_PRIV _Slist_node_base _Node_base; typedef 187 …const_iterator before_begin() const { return const_iterator(const_cast<_Node_base*>(_M_impl.before… in before_begin() 190 …const_iterator begin() const { return const_iterator(const_cast<_Node_base*>(_M_impl.begin(… in begin() 223 …{ return const_iterator(const_cast<_Node_base*>(_M_impl.previous(_BaseConstIte(__pos._M_node))._M_… in previous()
|