Home
last modified time | relevance | path

Searched defs:_Set_owner (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_debug.h321 void _Set_owner(const __owned_list* __o) { _M_owner= __CONST_CAST(__owned_list*,__o); } in _Set_owner() function
366 void _Set_owner(__owned_list& __y) { __stl_debugger::_Set_owner(*this, __y); } in _Set_owner() function
D_debug.c513 __stl_debug_engine<_Dummy>::_Set_owner(__owned_list& __src, __owned_list& __dst) { in _Set_owner() function