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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/bits/
H A Dforward_list.h284 _Fwd_list_node_base _M_head; member in struct:_Fwd_list_base::_Fwd_list_impl
287 : _Node_alloc_type(), _M_head()
291 : _Node_alloc_type(__a), _M_head()
321 this->_M_impl._M_head._M_next = __lst._M_impl._M_head._M_next;
322 __lst._M_impl._M_head._M_next = 0;
328 this->_M_impl._M_head._M_next = __lst._M_impl._M_head._M_next;
329 __lst._M_impl._M_head._M_next = 0;
333 { _M_erase_after(&_M_impl._M_head,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/bits/
H A Dforward_list.h283 _Fwd_list_node_base _M_head; member in struct:_Fwd_list_base::_Fwd_list_impl
286 : _Node_alloc_type(), _M_head()
290 : _Node_alloc_type(__a), _M_head()
311 { this->_M_impl._M_head._M_next = 0; }
315 { this->_M_impl._M_head._M_next = 0; }
321 { _Fwd_list_node_base::swap(this->_M_impl._M_head,
322 __lst._M_impl._M_head); }
326 { _Fwd_list_node_base::swap(this->_M_impl._M_head,
327 __lst._M_impl._M_head); }
330 { _M_erase_after(&_M_impl._M_head,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/bits/
H A Dforward_list.h283 _Fwd_list_node_base _M_head; member in struct:_Fwd_list_base::_Fwd_list_impl
286 : _Node_alloc_type(), _M_head()
290 : _Node_alloc_type(__a), _M_head()
311 { this->_M_impl._M_head._M_next = 0; }
315 { this->_M_impl._M_head._M_next = 0; }
321 { _Fwd_list_node_base::swap(this->_M_impl._M_head,
322 __lst._M_impl._M_head); }
326 { _Fwd_list_node_base::swap(this->_M_impl._M_head,
327 __lst._M_impl._M_head); }
330 { _M_erase_after(&_M_impl._M_head,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/
H A Dforward_list.h290 _Fwd_list_node_base _M_head; member in struct:_Fwd_list_base::_Fwd_list_impl
293 : _Node_alloc_type(), _M_head()
297 : _Node_alloc_type(__a), _M_head()
301 : _Node_alloc_type(std::move(__a)), _M_head()
331 this->_M_impl._M_head._M_next = __lst._M_impl._M_head._M_next;
332 __lst._M_impl._M_head._M_next = 0;
336 { _M_erase_after(&_M_impl._M_head, 0); }
654 { return iterator(&this->_M_impl._M_head); }
663 { return const_iterator(&this->_M_impl._M_head); }
[all...]

Completed in 171 milliseconds