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

/haiku/headers/cpp/
H A Dstl_slist.h201 _Slist_node_base _M_head; member in class:_Slist_alloc_base
221 _Slist_node_base _M_head; member in class:_Slist_alloc_base
235 _Slist_base(const allocator_type& __a) : _Base(__a) { _M_head._M_next = 0; }
236 ~_Slist_base() { _M_erase_after(&_M_head, 0); }
259 _Slist_base(const allocator_type&) { _M_head._M_next = 0; }
260 ~_Slist_base() { _M_erase_after(&_M_head, 0); }
279 _Slist_node_base _M_head; member in struct:_Slist_base
349 using _Base::_M_head;
357 { _M_insert_after_fill(&_M_head, __n, __x); }
360 { _M_insert_after_fill(&_M_head, __
[all...]

Completed in 36 milliseconds