/external/webrtc/ |
NOTICE | 157 // use shared_ptr or std::auto_ptr if your needs are more complex.
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.h | 71 // auto_ptr messages
|
_debug.c | 307 _STLP_STRING_LITERAL("Attempt to dereference null pointer returned by auto_ptr::get()"), \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
unique_ptr.h | 164 unique_ptr(auto_ptr<_Up>&& __u)
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.h | 71 // auto_ptr messages
|
_debug.c | 307 _STLP_STRING_LITERAL("Attempt to dereference null pointer returned by auto_ptr::get()"), \
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.h | 71 // auto_ptr messages
|
_debug.c | 307 _STLP_STRING_LITERAL("Attempt to dereference null pointer returned by auto_ptr::get()"), \
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.h | 71 // auto_ptr messages
|
_debug.c | 307 _STLP_STRING_LITERAL("Attempt to dereference null pointer returned by auto_ptr::get()"), \
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
unique_ptr.h | 164 unique_ptr(auto_ptr<_Up>&& __u)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
unique_ptr.h | 164 unique_ptr(auto_ptr<_Up>&& __u) noexcept
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.h | 71 // auto_ptr messages
|
_debug.c | 307 _STLP_STRING_LITERAL("Attempt to dereference null pointer returned by auto_ptr::get()"), \
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/ |
_debug.h | 71 // auto_ptr messages
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
unique_ptr.h | 164 unique_ptr(auto_ptr<_Up>&& __u)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
unique_ptr.h | 164 unique_ptr(auto_ptr<_Up>&& __u) noexcept
|
/external/llvm/test/CodeGen/X86/ |
negate-add-zero.ll | 10 %"struct.CDS::auto_ptr<IVMAtom>" = type { %struct.IVMAtom* } 60 %struct.HNodeRotate2 = type { %"struct.HingeNodeSpec<2>", %struct.Vec3, %struct.Vec3, %struct.Vec3, %struct.Vec3, %struct.Vec3, %struct.Mat3, %struct.Mat3, %struct.Vec3, %"struct.CDS::auto_ptr<IVMAtom>", %"struct.CDSVector<Vec3,0,CDS::DefaultAlloc>" } 61 %struct.HNodeRotate3 = type { %"struct.HingeNodeSpec<3>", %struct.Vec4, %struct.Vec4, %struct.Vec4, %struct.Vec3, %"struct.CDS::auto_ptr<IVMAtom>", %"struct.CDSVector<Vec3,0,CDS::DefaultAlloc>", double, double, double, double, double, double, i8 } 64 %struct.HNodeTranslateRotate2 = type { %"struct.HingeNodeSpec<5>", %struct.Vec3, %struct.Vec3, %struct.Vec3, %struct.Vec3, %struct.Vec3, %struct.Mat3, %struct.Mat3, %struct.Vec3, %"struct.CDS::auto_ptr<IVMAtom>", %"struct.CDSVector<Vec3,0,CDS::DefaultAlloc>" } 65 %struct.HNodeTranslateRotate3 = type { %"struct.HingeNodeSpec<6>", %struct.Vec4, %struct.Vec4, %struct.Vec4, %struct.Vec3, %"struct.CDS::auto_ptr<IVMAtom>", %"struct.CDSVector<Vec3,0,CDS::DefaultAlloc>", double, double, double, double, double, double, i8 } [all...] |
/external/chromium_org/base/ |
bind_unittest.cc | 306 // If we implement Bind() such that the return value has auto_ptr-like
|
/external/chromium_org/sdch/open-vcdiff/src/ |
vcdiff_main.cc | 157 std::auto_ptr<open_vcdiff::HashedDictionary> hashed_dictionary_;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_util.h | 97 typedef std::auto_ptr<Iterator> IteratorRef;
|
/external/clang/test/Analysis/diagnostics/ |
report-issues-within-main-file.cpp | 6 auto_ptr<int> B (new int[5]); [all...] |
/external/deqp/execserver/tools/ |
xsTest.cpp | 48 typedef std::auto_ptr<Message> ScopedMsgPtr;
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_util.h | 97 typedef std::auto_ptr<Iterator> IteratorRef;
|
/external/stlport/stlport/stl/debug/ |
_debug.c | 307 _STLP_STRING_LITERAL("Attempt to dereference null pointer returned by auto_ptr::get()"), \
|