Searched defs:_Node_base (Results 1 - 4 of 4) sorted by relevance

/external/stlport/stlport/stl/pointers/
H A D_slist.h65 typedef _STLP_PRIV _Slist_node_base _Node_base; typedef in class:slist
187 const_iterator before_begin() const { return const_iterator(const_cast<_Node_base*>(_M_impl.before_begin()._M_node)); }
190 const_iterator begin() const { return const_iterator(const_cast<_Node_base*>(_M_impl.begin()._M_node));}
223 { return const_iterator(const_cast<_Node_base*>(_M_impl.previous(_BaseConstIte(__pos._M_node))._M_node)); }
/external/stlport/stlport/stl/
H A D_list.h65 typedef _List_node_base _Node_base; typedef in class:_List_global
66 static void _STLP_CALL _Transfer(_Node_base* __pos,
67 _Node_base* __first, _Node_base* __last);
177 typedef _List_node_base _Node_base; typedef in class:_List_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; typedef in class:list
281 _Node_base* _M_create_node(const_reference __x = value_type()) {
283 _Node_base* _M_create_nod
[all...]
H A D_slist.h247 typedef _STLP_PRIV _Slist_node_base _Node_base; typedef in class:slist
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* __po
[all...]
H A D_tree.h234 typedef _Rb_tree_node_base _Node_base; typedef in class:_Rb_tree_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) {

Completed in 315 milliseconds