HomeSort by relevance Sort by last modified time
    Searched defs:_Set_owner (Results 1 - 6 of 6) sorted by null

  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 513 __stl_debug_engine<_Dummy>::_Set_owner(__owned_list& __src, __owned_list& __dst) {
_debug.h 131 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); }
366 void _Set_owner(__owned_list& __y) { __stl_debugger::_Set_owner(*this, __y); }
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 513 __stl_debug_engine<_Dummy>::_Set_owner(__owned_list& __src, __owned_list& __dst) {
_debug.h 131 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); }
366 void _Set_owner(__owned_list& __y) { __stl_debugger::_Set_owner(*this, __y); }
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 513 __stl_debug_engine<_Dummy>::_Set_owner(__owned_list& __src, __owned_list& __dst) {
_debug.h 131 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); }
366 void _Set_owner(__owned_list& __y) { __stl_debugger::_Set_owner(*this, __y); }

Completed in 118 milliseconds