Home
last modified time | relevance | path

Searched refs:_M_owner (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_debug.h286 __owned_link() : _M_self(this), _M_owner(0) {} in __owned_link()
287 __owned_link(const __owned_list* __c) : _M_self(this), _M_owner(0), _M_next(0) in __owned_link()
289 __owned_link(const __owned_link& __rhs): _M_self(this), _M_owner(0) in __owned_link()
290 { __stl_debugger::_M_attach(__CONST_CAST(__owned_list*,__rhs._M_owner), this); } in __owned_link()
292 __owned_link() : _M_owner(0) {}
293 __owned_link(const __owned_list* __c) : _M_owner(0), _M_next(0)
295 __owned_link(const __owned_link& __rhs): _M_owner(0)
296 { __stl_debugger::_M_attach(__CONST_CAST(__owned_list*,__rhs._M_owner), this); }
299 __owned_list* __new_owner = __CONST_CAST(__owned_list*,__rhs._M_owner);
300 __owned_list* __old_owner = _M_owner;
[all …]
D_debug.c134 __pos->_M_owner = 0; in __invalidate_range()
156 __pos->_M_owner = 0; in __invalidate_iterator()
187 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst); in __change_range_owner()
208 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst); in __change_range_owner()
231 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst); in __change_ite_owner()
463 if (__l->_M_node._M_owner) { in _Stamp_all()
467 __pos->_M_owner=__o; in _Stamp_all()
523 __pos->_M_owner = &__dst; in _Set_owner()
541 if(__c_node->_M_owner != 0) { in _M_detach()
550 __c_node->_M_owner=0; in _M_detach()
[all …]