Searched defs:__owned_list (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/debug/
H A D_debug.h83 class __owned_list;
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_lis
339 class _STLP_CLASS_DECLSPEC __owned_list { class
341 __owned_list(void* __o) { function in class:__owned_list
374 __owned_list(const __owned_list&) argument
375 operator =(const __owned_list&) argument
[all...]

Completed in 92 milliseconds