Searched refs:__enable_shared_from_this (Results 1 – 8 of 8) sorted by relevance
498 class __enable_shared_from_this; in _GLIBCXX_VISIBILITY() local515 const __enable_shared_from_this<_Tp1, in _GLIBCXX_VISIBILITY()917 friend class __enable_shared_from_this<_Tp, _Lp>; in _GLIBCXX_VISIBILITY()938 class __enable_shared_from_this in _GLIBCXX_VISIBILITY()941 __enable_shared_from_this() { } in _GLIBCXX_VISIBILITY()943 __enable_shared_from_this(const __enable_shared_from_this&) { } in _GLIBCXX_VISIBILITY()945 __enable_shared_from_this& in _GLIBCXX_VISIBILITY()946 operator=(const __enable_shared_from_this&) in _GLIBCXX_VISIBILITY()949 ~__enable_shared_from_this() { } in _GLIBCXX_VISIBILITY()969 const __enable_shared_from_this* __pe, in _GLIBCXX_VISIBILITY()
503 class __enable_shared_from_this; in _GLIBCXX_VISIBILITY() local520 const __enable_shared_from_this<_Tp1, in _GLIBCXX_VISIBILITY()927 friend class __enable_shared_from_this<_Tp, _Lp>; in _GLIBCXX_VISIBILITY()948 class __enable_shared_from_this in _GLIBCXX_VISIBILITY()951 __enable_shared_from_this() { } in _GLIBCXX_VISIBILITY()953 __enable_shared_from_this(const __enable_shared_from_this&) { } in _GLIBCXX_VISIBILITY()955 __enable_shared_from_this& in _GLIBCXX_VISIBILITY()956 operator=(const __enable_shared_from_this&) in _GLIBCXX_VISIBILITY()959 ~__enable_shared_from_this() { } in _GLIBCXX_VISIBILITY()979 const __enable_shared_from_this* __pe, in _GLIBCXX_VISIBILITY()
348 class __enable_shared_from_this; in _GLIBCXX_VISIBILITY() local1764 friend class __enable_shared_from_this<_Tp, _Lp>; in _GLIBCXX_VISIBILITY()1817 class __enable_shared_from_this in _GLIBCXX_VISIBILITY()1820 constexpr __enable_shared_from_this() noexcept { } in _GLIBCXX_VISIBILITY()1822 __enable_shared_from_this(const __enable_shared_from_this&) noexcept { } in _GLIBCXX_VISIBILITY()1824 __enable_shared_from_this& in _GLIBCXX_VISIBILITY()1825 operator=(const __enable_shared_from_this&) noexcept in _GLIBCXX_VISIBILITY()1828 ~__enable_shared_from_this() { } in _GLIBCXX_VISIBILITY()1855 friend const __enable_shared_from_this* in _GLIBCXX_VISIBILITY()1857 const __enable_shared_from_this* __p) in _GLIBCXX_VISIBILITY()
392 class __enable_shared_from_this; in _GLIBCXX_VISIBILITY() local2116 friend class __enable_shared_from_this<_Tp, _Lp>; in _GLIBCXX_VISIBILITY()2175 class __enable_shared_from_this in _GLIBCXX_VISIBILITY()2178 constexpr __enable_shared_from_this() noexcept { } in _GLIBCXX_VISIBILITY()2180 __enable_shared_from_this(const __enable_shared_from_this&) noexcept { } in _GLIBCXX_VISIBILITY()2182 __enable_shared_from_this& in _GLIBCXX_VISIBILITY()2183 operator=(const __enable_shared_from_this&) noexcept in _GLIBCXX_VISIBILITY()2186 ~__enable_shared_from_this() { } in _GLIBCXX_VISIBILITY()2213 friend const __enable_shared_from_this* in _GLIBCXX_VISIBILITY()2215 const __enable_shared_from_this* __p) in _GLIBCXX_VISIBILITY()
1393 std::__enable_shared_from_this.1395 std::__enable_shared_from_this base class.5771 (__enable_shared_from_this::weak_from_this): Likewise.
748 __enable_shared_from_this::__enable_shared_from_this()): Likewise.
3945 (__enable_shared_from_this): Declare __shared_ptr as a friend.
208 * include/bits/shared_ptr_base.h (__enable_shared_from_this): Make