Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_debug.h82 class __owned_link; variable
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*);
[all …]
D_debug.c124 typedef __owned_link _L_type; in __invalidate_range()
148 typedef __owned_link _L_type; in __invalidate_iterator()
174 typedef __owned_link _L_type; in __change_range_owner()
219 typedef __owned_link _L_type; in __change_ite_owner()
464 for (__owned_link* __pos = (__owned_link*)__l->_M_node._M_next; in _Stamp_all()
465 __pos != 0; __pos = (__owned_link*)__pos->_M_next) { in _Stamp_all()
478 for (__owned_link* __pos = (__owned_link*)__l->_M_node._M_next; in _Verify()
479 __pos != 0; __pos = (__owned_link*)__pos->_M_next) { in _Verify()
494 __owned_link* __tmp; in _Swap_owners()
518 typedef __owned_link _L_type; in _Set_owner()
[all …]
D_iterator.h119 struct _DBG_iter_base : public __owned_link {
137 _DBG_iter_base() : __owned_link(0) {} in _DBG_iter_base()
140 __owned_link(__c), _M_iterator(*__REINTERPRET_CAST(const _Nonconst_iterator *, &__it)) {} in _DBG_iter_base()
142 __owned_link(__c), _M_iterator(*(const _Nonconst_iterator*)&__it) {}