Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
Dauto_ptr.h38 _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr& __p) _NOEXCEPT : __ptr_(__p.release()) {} in auto_ptr() function
39 template<class _Up> _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr<_Up>& __p) _NOEXCEPT in auto_ptr() function
66 _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr_ref<_Tp> __p) _NOEXCEPT : __ptr_(__p.__ptr_) {} in auto_ptr() function
/external/clang/test/CodeGenCXX/
D2010-07-23-DeclLoc.cpp14 template<typename _Tp> class auto_ptr { class
18 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } in auto_ptr() function in std::auto_ptr
/external/clang/test/SemaCXX/
Dconversion-function.cpp248 struct auto_ptr { struct
249 struct auto_ptr_ref { };
/external/rust/crates/jni/tests/
Djni_api.rs336 let auto_ptr: AutoArray<$jni_type> = { localVariable
469 let auto_ptr = env in get_long_array_elements_commit() localVariable
518 let auto_ptr = env in get_primitive_array_critical() localVariable