HomeSort by relevance Sort by last modified time
    Searched refs:shared_ptr (Results 201 - 225 of 318) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/
weak_ptr.pass.cpp 56 std::weak_ptr<T> source (std::shared_ptr<T> p) { return std::weak_ptr<T>(p); }
64 const std::shared_ptr<A> ps(new A);
102 std::shared_ptr<A> ps(new A);
weak_ptr_Y.pass.cpp 56 std::weak_ptr<T> source (std::shared_ptr<T> p) { return std::weak_ptr<T>(p); }
67 const std::weak_ptr<A> pA(std::shared_ptr<A>(new A));
104 std::shared_ptr<A> ps(new A);
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
nullptr_t_deleter.pass.cpp 12 // shared_ptr
14 // template<class D> shared_ptr(nullptr_t, D d);
34 std::shared_ptr<A> p(nullptr, test_deleter<A>(3));
nullptr_t_deleter_allocator.pass.cpp 12 // template<class D, class A> shared_ptr(nullptr_t, D d, A a);
33 std::shared_ptr<A> p(nullptr, test_deleter<A>(3), test_allocator<A>(5));
pointer_deleter.pass.cpp 12 // shared_ptr
14 // template<class Y, class D> shared_ptr(Y* p, D d);
35 std::shared_ptr<A> p(ptr, test_deleter<A>(3));
pointer_deleter_throw.pass.cpp 12 // shared_ptr
14 // template<class Y, class D> shared_ptr(Y* p, D d);
53 std::shared_ptr<A> p(ptr, test_deleter<A>(3));
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
allocate_shared.pass.cpp 12 // shared_ptr
15 // shared_ptr<T> allocate_shared(const A& a, Args&&... args);
49 std::shared_ptr<A> p = std::allocate_shared<A>(test_allocator<A>(54), i, c);
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/
shared_ptr_Y.pass.cpp 14 // template<class Y> weak_ptr& operator=(const shared_ptr<Y>& r);
46 const std::shared_ptr<A> pA(new A);
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextDummy.h 24 typedef std::shared_ptr<RegisterContextDummy> SharedPtr;
  /external/lldb/tools/debugserver/source/
RNBDefs.h 53 typedef std::shared_ptr<RNBRemote> RNBRemoteSP;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
nullptr_t_deleter.pass.cpp 12 // shared_ptr
14 // template<class D> shared_ptr(nullptr_t, D d);
34 std::shared_ptr<A> p(nullptr, test_deleter<A>(3));
nullptr_t_deleter_allocator.pass.cpp 12 // template<class D, class A> shared_ptr(nullptr_t, D d, A a);
33 std::shared_ptr<A> p(nullptr, test_deleter<A>(3), test_allocator<A>(5));
pointer_deleter.pass.cpp 12 // shared_ptr
14 // template<class Y, class D> shared_ptr(Y* p, D d);
35 std::shared_ptr<A> p(ptr, test_deleter<A>(3));
pointer_deleter_throw.pass.cpp 12 // shared_ptr
14 // template<class Y, class D> shared_ptr(Y* p, D d);
53 std::shared_ptr<A> p(ptr, test_deleter<A>(3));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
allocate_shared.pass.cpp 12 // shared_ptr
15 // shared_ptr<T> allocate_shared(const A& a, Args&&... args);
49 std::shared_ptr<A> p = std::allocate_shared<A>(test_allocator<A>(54), i, c);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/
shared_ptr_Y.pass.cpp 14 // template<class Y> weak_ptr& operator=(const shared_ptr<Y>& r);
46 const std::shared_ptr<A> pA(new A);
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/
Android.mk 39 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/shared_ptr
40 test_src := shared_ptr.pass.cpp
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/
reset_pointer_deleter.pass.cpp 12 // shared_ptr
46 std::shared_ptr<B> p(new B);
63 std::shared_ptr<B> p;
reset_pointer_deleter_allocator.pass.cpp 12 // shared_ptr
47 std::shared_ptr<B> p(new B);
68 std::shared_ptr<B> p;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/
reset_pointer_deleter.pass.cpp 12 // shared_ptr
46 std::shared_ptr<B> p(new B);
63 std::shared_ptr<B> p;
reset_pointer_deleter_allocator.pass.cpp 12 // shared_ptr
47 std::shared_ptr<B> p(new B);
68 std::shared_ptr<B> p;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
get_error_info.hpp 18 #include <boost/shared_ptr.hpp>
35 if( shared_ptr<exception_detail::error_info_base> eib = c->get(BOOST_EXCEPTION_STATIC_TYPEID(ErrorInfo)) )
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 57 std::shared_ptr<LangOptions> LangOpts;
60 std::shared_ptr<TargetOptions> TargetOpts;
  /external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.cpp 182 ObjectContainerBSDArchive::Archive::shared_ptr
186 shared_ptr archive_sp;
224 ObjectContainerBSDArchive::Archive::shared_ptr
234 shared_ptr archive_sp(new Archive (arch, time, file_offset, data));
328 Archive::shared_ptr archive_sp (Archive::FindCachedArchive (*file,
355 Archive::shared_ptr archive_sp (Archive::FindCachedArchive (*file,
405 ObjectContainerBSDArchive::SetArchive (Archive::shared_ptr &archive_sp)
526 Archive::shared_ptr archive_sp (Archive::FindCachedArchive (file, ArchSpec(), file_mod_time, file_offset));
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
parameter.hpp 134 inline shared_ptr<Parameter>
135 operator-( shared_ptr<Parameter> p, Modifier const& m )

Completed in 241 milliseconds

1 2 3 4 5 6 7 891011>>