Home
last modified time | relevance | path

Searched refs:_Node (Results 1 – 7 of 7) sorted by relevance

/external/stlport/stlport/stl/
D_slist.c48 _Node* __tmp = __STATIC_CAST(_Node*, __cur); in _M_erase_after()
76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data;
95 __STATIC_CAST(_Node*, __node)->_M_data = __val; in _M_fill_assign()
122 if (__STATIC_CAST(_Node*, __cur->_M_next)->_M_data == __val) in remove()
135 typedef _Slist_node<_Tp> _Node; in _Slist_unique() typedef
139 if (__pred(*__ite, __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data)) in _Slist_unique()
150 typedef _Slist_node<_Tp> _Node; in _Slist_merge() typedef
155 if (__comp(__x.front(), __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data)) { in _Slist_merge()
156 … _STLP_VERBOSE_ASSERT(!__comp(__STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data, __x.front()), in _Slist_merge()
169 if (__comp(__STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data, *__i2)) { in _Slist_merge()
[all …]
D_slist.h95 typedef _Slist_node<value_type> _Node; typedef
102 reference operator*() const { return __STATIC_CAST(_Node*, this->_M_node)->_M_data; }
150 typedef _Slist_node<_Tp> _Node;
151 typedef typename _Alloc_traits<_Node,_Alloc>::allocator_type _M_node_allocator_type;
155 typedef _STLP_alloc_proxy<_Slist_node_base, _Node, _M_node_allocator_type> _AllocProxy;
161 _M_head(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Slist_node_base() )
174 _Node* __next = __STATIC_CAST(_Node*, __pos->_M_next);
246 typedef _STLP_PRIV _Slist_node<_Tp> _Node;
250 _Node* _M_create_node(const value_type& __x = _Tp()) {
252 _Node* _M_create_node(const value_type& __x) {
[all …]
D_list.h109 typedef _List_node<_Tp> _Node; typedef
118 reference operator*() const { return __STATIC_CAST(_Node*, this->_M_node)->_M_data; }
178 typedef _List_node<_Tp> _Node;
180 typedef typename _Alloc_traits<_Node, _Alloc>::allocator_type _Node_allocator_type;
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())
260 typedef _STLP_PRIV _List_node<_Tp> _Node;
285 _Node* __p = this->_M_node.allocate(1);
295 _Node* __p = this->_M_node.allocate(1);
521 _Node* __n = __STATIC_CAST(_Node*, __pos._M_node);
D_list.c67 _Node* __cur = __STATIC_CAST(_Node*, _M_node._M_data._M_next); in clear()
73 _Node* __tmp = __cur; in clear()
74 __cur = __STATIC_CAST(_Node*, __cur->_M_next); in clear()
D_tree.h235 typedef _Rb_tree_node<_Tp> _Node;
240 typedef typename _Alloc_traits<_Node, _Alloc>::allocator_type _M_node_allocator_type;
241 typedef _STLP_alloc_proxy<_Node_base, _Node, _M_node_allocator_type> _AllocProxy;
250 _M_header(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Node_base() ) {
297 typedef _Rb_tree_node<_Value> _Node;
298 typedef _Node* _Link_type;
/external/stlport/stlport/stl/pointers/
D_set.h40 typedef _Rb_tree_node<void*> _Node;
41 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Rb_tree_node_base, _Node, allocator<_Node> >;
/external/stlport/etc/
DChangeLog-5.11372 * stlport/stl/_hashtable.c: Removed _Node macro and fixed