Searched defs:auto_ptr (Results 1 – 4 of 4) sorted by relevance
38 _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr& __p) _NOEXCEPT : __ptr_(__p.release()) {} in auto_ptr() function39 template<class _Up> _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr<_Up>& __p) _NOEXCEPT in auto_ptr() function66 _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr_ref<_Tp> __p) _NOEXCEPT : __ptr_(__p.__ptr_) {} in auto_ptr() function
14 template<typename _Tp> class auto_ptr { class18 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } in auto_ptr() function in std::auto_ptr
248 struct auto_ptr { struct249 struct auto_ptr_ref { };
336 let auto_ptr: AutoArray<$jni_type> = { localVariable469 let auto_ptr = env in get_long_array_elements_commit() localVariable518 let auto_ptr = env in get_primitive_array_critical() localVariable