Searched refs:__owned_list (Results 1 – 10 of 10) sorted by relevance
/external/stlport/stlport/stl/debug/ |
D | _debug.h | 83 class __owned_list; variable 121 static bool _STLP_CALL _Check_if_owner( const __owned_list*, const __owned_link&); 123 static bool _STLP_CALL _Check_if_not_owner( const __owned_list*, const __owned_link&); 125 static void _STLP_CALL _Verify(const __owned_list*); 127 static void _STLP_CALL _Swap_owners(__owned_list&, __owned_list&); 129 static void _STLP_CALL _Invalidate_all(__owned_list*); 131 static void _STLP_CALL _Set_owner(__owned_list& /*src*/, __owned_list& /*dst*/); 133 static void _STLP_CALL _Stamp_all(__owned_list*, __owned_list*); 135 static void _STLP_CALL _M_detach(__owned_list*, __owned_link*); 137 static void _STLP_CALL _M_attach(__owned_list*, __owned_link*); [all …]
|
D | _debug.c | 121 void _STLP_CALL __invalidate_range(const __owned_list* __base, in __invalidate_range() 146 void _STLP_CALL __invalidate_iterator(const __owned_list* __base, in __invalidate_iterator() 170 const __owned_list* __dst) { in __change_range_owner() 177 __owned_list *__base = __CONST_CAST(__owned_list*, __first._Owner()); in __change_range_owner() 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() 215 const __owned_list* __dst) { in __change_ite_owner() 222 __owned_list *__base = __CONST_CAST(__owned_list*, __it._Owner()); in __change_ite_owner() 231 __pos->_M_owner = __CONST_CAST(__owned_list*, __dst); in __change_ite_owner() 451 __stl_debug_engine<_Dummy>::_Invalidate_all(__owned_list* __l) { in _Invalidate_all() [all …]
|
D | _iterator.h | 138 _DBG_iter_base(const __owned_list* __c, const _Const_iterator& __it) : in _DBG_iter_base() 193 _DBG_iter_mid(const __owned_list* __c, const _Const_iterator& __it) : in _DBG_iter_mid() 223 _DBG_iter(const __owned_list* __c, const _Const_iterator& __it) : in _DBG_iter()
|
D | _tree.h | 97 _STLP_PRIV __owned_list _M_iter_list;
|
D | _hashtable.h | 101 _STLP_PRIV __owned_list _M_iter_list;
|
D | _deque.h | 76 _STLP_PRIV __owned_list _M_iter_list;
|
D | _vector.h | 112 _STLP_PRIV __owned_list _M_iter_list;
|
D | _list.h | 81 _STLP_PRIV __owned_list _M_iter_list;
|
D | _slist.h | 97 _STLP_PRIV __owned_list _M_iter_list;
|
D | _string.h | 71 _STLP_PRIV __owned_list _M_iter_list;
|