Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_debug.h425 inline bool _STLP_CALL __check_if_owner( const __owned_list* __owner, in __check_if_owner() argument
427 { return __stl_debugger::_Check_if_owner(__owner, (const __owned_link&)__it); } in __check_if_owner()
430 inline bool _STLP_CALL __check_if_not_owner( const __owned_list* __owner, in __check_if_not_owner() argument
432 { return __stl_debugger::_Check_if_not_owner(__owner, (const __owned_link&)__it); } in __check_if_not_owner()
D_debug.c574 const __owned_list* __owner = __l->_Owner(); in _Get_container_ptr() local
575 _STLP_VERBOSE_RETURN_0(__owner != 0, _StlMsg_INVALID_ITERATOR) in _Get_container_ptr()
576 void* __ret = __CONST_CAST(void*,__owner->_Owner()); in _Get_container_ptr()