HomeSort by relevance Sort by last modified time
    Searched refs:enable_shared_from_this (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.enab/
Android.mk 19 test_name := utilities/memory/util.smartptr/util.smartptr.enab/enable_shared_from_this
20 test_src := enable_shared_from_this.pass.cpp
enable_shared_from_this.pass.cpp 11 // class enable_shared_from_this
14 // enable_shared_from_this();
15 // enable_shared_from_this(enable_shared_from_this const&);
16 // enable_shared_from_this& operator=(enable_shared_from_this const&);
17 // ~enable_shared_from_this();
27 : public std::enable_shared_from_this<T>
  /external/stlport/test/unit/
shared_ptr_test.cpp 28 public std::tr1::enable_shared_from_this<X>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.enab/
enable_shared_from_this.pass.cpp 11 // class enable_shared_from_this
14 // enable_shared_from_this();
15 // enable_shared_from_this(enable_shared_from_this const&);
16 // enable_shared_from_this& operator=(enable_shared_from_this const&);
17 // ~enable_shared_from_this();
27 : public std::enable_shared_from_this<T>
  /ndk/tests/device/test-gnustl-full/unit/
shared_ptr_test.cpp 28 public std::tr1::enable_shared_from_this<X>
  /ndk/tests/device/test-stlport/unit/
shared_ptr_test.cpp 28 public std::tr1::enable_shared_from_this<X>
  /external/stlport/stlport/
memory 77 template<class T> class enable_shared_from_this;
99 # include <boost/enable_shared_from_this.hpp>
114 using ::boost::enable_shared_from_this;
  /ndk/sources/cxx-stl/stlport/stlport/
memory 77 template<class T> class enable_shared_from_this;
99 # include <boost/enable_shared_from_this.hpp>
114 using ::boost::enable_shared_from_this;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
memory 77 template<class T> class enable_shared_from_this;
99 # include <boost/enable_shared_from_this.hpp>
114 using ::boost::enable_shared_from_this;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
memory 77 template<class T> class enable_shared_from_this;
99 # include <boost/enable_shared_from_this.hpp>
114 using ::boost::enable_shared_from_this;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
memory 77 template<class T> class enable_shared_from_this;
99 # include <boost/enable_shared_from_this.hpp>
114 using ::boost::enable_shared_from_this;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
memory 77 template<class T> class enable_shared_from_this;
99 # include <boost/enable_shared_from_this.hpp>
114 using ::boost::enable_shared_from_this;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
memory 77 template<class T> class enable_shared_from_this;
99 # include <boost/enable_shared_from_this.hpp>
114 using ::boost::enable_shared_from_this;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
shared_ptr.h 37 // enable_shared_from_this.hpp
478 class enable_shared_from_this class
481 constexpr enable_shared_from_this() { } function in class:enable_shared_from_this
483 enable_shared_from_this(const enable_shared_from_this&) { } function in class:enable_shared_from_this
485 enable_shared_from_this&
486 operator=(const enable_shared_from_this&)
489 ~enable_shared_from_this() { }
509 const enable_shared_from_this* __pe,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr.h 37 // enable_shared_from_this.hpp
541 class enable_shared_from_this class
544 constexpr enable_shared_from_this() noexcept { }
546 enable_shared_from_this(const enable_shared_from_this&) noexcept { }
548 enable_shared_from_this&
549 operator=(const enable_shared_from_this&) noexcept
552 ~enable_shared_from_this() { }
572 const enable_shared_from_this* __pe,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr.h 37 // enable_shared_from_this.hpp
541 class enable_shared_from_this class
544 constexpr enable_shared_from_this() noexcept { }
546 enable_shared_from_this(const enable_shared_from_this&) noexcept { }
548 enable_shared_from_this&
549 operator=(const enable_shared_from_this&) noexcept
552 ~enable_shared_from_this() { }
572 const enable_shared_from_this* __pe,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr.h 37 // enable_shared_from_this.hpp
478 class enable_shared_from_this class
481 constexpr enable_shared_from_this() { } function in class:enable_shared_from_this
483 enable_shared_from_this(const enable_shared_from_this&) { } function in class:enable_shared_from_this
485 enable_shared_from_this&
486 operator=(const enable_shared_from_this&)
489 ~enable_shared_from_this() { }
509 const enable_shared_from_this* __pe,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr.h 37 // enable_shared_from_this.hpp
542 class enable_shared_from_this class
545 constexpr enable_shared_from_this() noexcept { }
547 enable_shared_from_this(const enable_shared_from_this&) noexcept { }
549 enable_shared_from_this&
550 operator=(const enable_shared_from_this&) noexcept
553 ~enable_shared_from_this() { }
573 const enable_shared_from_this* __pe,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr.h 37 // enable_shared_from_this.hpp
478 class enable_shared_from_this class
481 constexpr enable_shared_from_this() { } function in class:enable_shared_from_this
483 enable_shared_from_this(const enable_shared_from_this&) { } function in class:enable_shared_from_this
485 enable_shared_from_this&
486 operator=(const enable_shared_from_this&)
489 ~enable_shared_from_this() { }
509 const enable_shared_from_this* __pe,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr.h 37 // enable_shared_from_this.hpp
542 class enable_shared_from_this class
545 constexpr enable_shared_from_this() noexcept { }
547 enable_shared_from_this(const enable_shared_from_this&) noexcept { }
549 enable_shared_from_this&
550 operator=(const enable_shared_from_this&) noexcept
553 ~enable_shared_from_this() { }
573 const enable_shared_from_this* __pe,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
shared_ptr.h 37 // enable_shared_from_this.hpp
541 class enable_shared_from_this class
544 constexpr enable_shared_from_this() noexcept { }
546 enable_shared_from_this(const enable_shared_from_this&) noexcept { }
548 enable_shared_from_this&
549 operator=(const enable_shared_from_this&) noexcept
552 ~enable_shared_from_this() { }
572 const enable_shared_from_this* __pe,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr.h 37 // enable_shared_from_this.hpp
531 class enable_shared_from_this class
534 constexpr enable_shared_from_this() noexcept { }
536 enable_shared_from_this(const enable_shared_from_this&) noexcept { }
538 enable_shared_from_this&
539 operator=(const enable_shared_from_this&) noexcept
542 ~enable_shared_from_this() { }
562 const enable_shared_from_this* __pe,
  /external/lldb/include/lldb/Breakpoint/
BreakpointSite.h 42 public std::enable_shared_from_this<BreakpointSite>,
BreakpointLocation.h 51 public std::enable_shared_from_this<BreakpointLocation>,
  /external/lldb/include/lldb/Symbol/
CompileUnit.h 35 public std::enable_shared_from_this<CompileUnit>,

Completed in 357 milliseconds

1 2 3