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

/external/stlport/stlport/stl/debug/
H A D_debug.h82 class __owned_link;
117 static bool _STLP_CALL _Check_same_owner( const __owned_link& __i1,
118 const __owned_link& __i2);
119 static bool _STLP_CALL _Check_same_or_null_owner( const __owned_link& __i1,
120 const __owned_link& __i2);
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&);
135 static void _STLP_CALL _M_detach(__owned_list*, __owned_link*);
137 static void _STLP_CALL _M_attach(__owned_list*, __owned_link*);
140 static void* _STLP_CALL _Get_container_ptr(const __owned_link*);
277 class _STLP_CLASS_DECLSPEC __owned_link { class
286 __owned_link() : _M_self(this), _M_owner(0) {} function in class:__owned_link
287 __owned_link(const __owned_list* __c) : _M_self(this), _M_owner(0), _M_next(0) function in class:__owned_link
289 __owned_link(const __owned_link& __rhs): _M_self(this), _M_owner(0) function in class:__owned_link
[all...]
H A D_debug.c124 typedef __owned_link _L_type;
148 typedef __owned_link _L_type;
153 // this requires safe iterators to be derived from __owned_link
174 typedef __owned_link _L_type;
219 typedef __owned_link _L_type;
228 // this requires safe iterators to be derived from __owned_link
464 for (__owned_link* __pos = (__owned_link*)__l->_M_node._M_next;
465 __pos != 0; __pos = (__owned_link*)__pos->_M_next) {
478 for (__owned_link* __po
[all...]
H A D_iterator.h119 struct _DBG_iter_base : public __owned_link {
137 _DBG_iter_base() : __owned_link(0) {}
140 __owned_link(__c), _M_iterator(*__REINTERPRET_CAST(const _Nonconst_iterator *, &__it)) {}
142 __owned_link(__c), _M_iterator(*(const _Nonconst_iterator*)&__it) {}

Completed in 1386 milliseconds