Home
last modified time | relevance | path

Searched refs:shared_from_this (Results 1 – 4 of 4) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dshared_ptr_test.cpp16 CPPUNIT_TEST(shared_from_this);
20 void shared_from_this();
32 void SharedPtrTest::shared_from_this() in shared_from_this() function in SharedPtrTest
35 std::tr1::shared_ptr<X> q = p->shared_from_this(); in shared_from_this()
/ndk/tests/device/test-gnustl-full/unit/
Dshared_ptr_test.cpp16 CPPUNIT_TEST(shared_from_this);
20 void shared_from_this();
32 void SharedPtrTest::shared_from_this() in shared_from_this() function in SharedPtrTest
35 std::tr1::shared_ptr<X> q = p->shared_from_this(); in shared_from_this()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.enab/
Denable_shared_from_this.pass.cpp39 std::shared_ptr<T> q = p->shared_from_this(); in main()
45 std::shared_ptr<T> q = p->shared_from_this(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dmemory542 shared_ptr<T> shared_from_this();
543 shared_ptr<T const> shared_from_this() const;
5239 shared_ptr<_Tp> shared_from_this()
5242 shared_ptr<_Tp const> shared_from_this() const