Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_auto_ptr.h88 template<class _Tp1> auto_ptr(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { in auto_ptr() function
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); } in auto_ptr() function
109 auto_ptr(auto_ptr_ref<_Tp> __r) _STLP_NOTHROW in auto_ptr() function