/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/ |
auto_pointer.pass.cpp | 19 // template <class U> explicit unique_ptr(auto_ptr<U>&); 46 std::auto_ptr<B> ap(p); 57 std::auto_ptr<B> ap(p);
|
auto_pointer01.fail.cpp | 19 // template <class U> explicit unique_ptr(auto_ptr<U>&); 46 std::auto_ptr<B> ap(p); 57 std::auto_ptr<B> ap(p);
|
auto_pointer02.fail.cpp | 19 // template <class U> explicit unique_ptr(auto_ptr<U>&); 52 std::auto_ptr<B> ap(p);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/ |
scoped_ptr.hpp | 19 # include <memory> // for std::auto_ptr 37 // use shared_ptr or std::auto_ptr if your needs are more complex. 66 explicit scoped_ptr( std::auto_ptr<T> p ): px( p.release() ) // never throws
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
loader.cpp | 26 std::auto_ptr<Module> M;
|
/external/mesa3d/src/gallium/drivers/radeon/ |
loader.cpp | 26 std::auto_ptr<Module> M;
|
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/ |
auto_pointer02.fail.cpp | 19 // template <class U> explicit unique_ptr(auto_ptr<U>&); 52 std::auto_ptr<B> ap(p);
|
/external/stlport/src/ |
iostream.cpp | 169 auto_ptr<filebuf> result(new basic_filebuf<char, char_traits<char> >()); 181 auto_ptr<wfilebuf> result(new basic_filebuf<wchar_t, char_traits<wchar_t> >()); 197 auto_ptr<streambuf> cin_buf; 198 auto_ptr<streambuf> cout_buf; 199 auto_ptr<streambuf> cerr_buf; 200 auto_ptr<streambuf> clog_buf; 232 auto_ptr<wfilebuf> win(_Stl_create_wfilebuf(stdin, ios_base::in)); 233 auto_ptr<wfilebuf> wout(_Stl_create_wfilebuf(stdout, ios_base::out)); 234 auto_ptr<wfilebuf> werr(_Stl_create_wfilebuf(stderr, ios_base::out)); 235 auto_ptr<wfilebuf> wlog(_Stl_create_wfilebuf(stderr, ios_base::out)) [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
iostream.cpp | 169 auto_ptr<filebuf> result(new basic_filebuf<char, char_traits<char> >()); 181 auto_ptr<wfilebuf> result(new basic_filebuf<wchar_t, char_traits<wchar_t> >()); 197 auto_ptr<streambuf> cin_buf; 198 auto_ptr<streambuf> cout_buf; 199 auto_ptr<streambuf> cerr_buf; 200 auto_ptr<streambuf> clog_buf; 232 auto_ptr<wfilebuf> win(_Stl_create_wfilebuf(stdin, ios_base::in)); 233 auto_ptr<wfilebuf> wout(_Stl_create_wfilebuf(stdout, ios_base::out)); 234 auto_ptr<wfilebuf> werr(_Stl_create_wfilebuf(stderr, ios_base::out)); 235 auto_ptr<wfilebuf> wlog(_Stl_create_wfilebuf(stderr, ios_base::out)) [all...] |
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/ |
auto_ptr.pass.cpp | 12 // template<class Y> explicit shared_ptr(auto_ptr<Y>&& r); 59 std::auto_ptr<A> ptr(new A); 74 std::auto_ptr<A> ptr(new A);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/ |
auto_ptr.pass.cpp | 12 // template<class Y> explicit shared_ptr(auto_ptr<Y>&& r); 59 std::auto_ptr<A> ptr(new A); 74 std::auto_ptr<A> ptr(new A);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ |
memory | 83 # include <backward/auto_ptr.h> 88 # include <backward/auto_ptr.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
memory | 84 # include <backward/auto_ptr.h> 87 # include <backward/auto_ptr.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
memory | 84 # include <backward/auto_ptr.h> 87 # include <backward/auto_ptr.h>
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
memory | 83 # include <backward/auto_ptr.h> 88 # include <backward/auto_ptr.h>
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
memory | 84 # include <backward/auto_ptr.h> 89 # include <backward/auto_ptr.h>
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
memory | 83 # include <backward/auto_ptr.h> 88 # include <backward/auto_ptr.h>
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
memory | 84 # include <backward/auto_ptr.h> 89 # include <backward/auto_ptr.h>
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
memory | 84 # include <backward/auto_ptr.h> 87 # include <backward/auto_ptr.h>
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
memory | 84 # include <backward/auto_ptr.h> 87 # include <backward/auto_ptr.h>
|
/external/chromium_org/ppapi/cpp/private/ |
pass_file_handle.h | 18 // assigned to another object, just like auto_ptr.
|
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
MacroExpander.h | 83 std::auto_ptr<Token> mReserveToken;
|
/external/lldb/test/lang/cpp/dynamic-value/ |
pass-to-base.cpp | 38 std::auto_ptr<A> m_client_A;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
memory | 72 # include <backward/auto_ptr.h> 90 # include <backward/auto_ptr.h>
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
memory | 72 # include <backward/auto_ptr.h> 90 # include <backward/auto_ptr.h>
|