Searched refs:_M_head (Results 1 - 3 of 3) sorted by relevance

/external/stlport/stlport/stl/
H A D_slist.h161 _M_head(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Slist_node_base() )
162 { _M_head._M_data._M_next = 0; }
166 _M_head(__move_source<_AllocProxy>(src.get()._M_head))
167 { src.get()._M_head._M_data._M_next = 0; }
170 ~_Slist_base() { _M_erase_after(&_M_head._M_data, 0); }
178 _M_head.deallocate(__next,1);
185 { return _STLP_CONVERT_ALLOCATOR((const _M_node_allocator_type&)_M_head, _Tp); }
186 _AllocProxy _M_head; member in class:_Slist_base
254 _Node* __node = this->_M_head
[all...]
H A D_slist.c51 _M_head.deallocate(__tmp,1);
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;
92 _Node_base* __prev = &this->_M_head._M_data;
93 _Node_base* __node = this->_M_head._M_data._M_next;
107 _Node_base* __cur = &this->_M_head._M_data;
120 _Node_base* __cur = &this->_M_head._M_data;
/external/stlport/src/
H A Dlock_free_slist.h200 InitializeSListHead(&_M_head);
223 InterlockedPushEntrySList(&_M_head, __item);
249 return InterlockedPopEntrySList(&_M_head);
276 return InterlockedFlushSList(&_M_head);
290 SLIST_HEADER _M_head; member in class:_STLP_atomic_freelist

Completed in 55 milliseconds