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

/external/stlport/stlport/stl/debug/
H A D_debug.c513 __stl_debug_engine<_Dummy>::_Set_owner(__owned_list& __src, __owned_list& __dst) { function in class:_Dummy
H A D_debug.h131 static void _STLP_CALL _Set_owner(__owned_list& /*src*/, __owned_list& /*dst*/);
321 void _Set_owner(const __owned_list* __o) { _M_owner= __CONST_CAST(__owned_list*,__o); } function in class:__owned_link
366 void _Set_owner(__owned_list& __y) { __stl_debugger::_Set_owner(*this, __y); } function in class:__owned_list

Completed in 94 milliseconds