Searched refs:__enable_intrusive_from_this (Results 1 – 2 of 2) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __intrusive_ptr.hpp | 67 struct __enable_intrusive_from_this struct 173 __enable_intrusive_from_this<_UncvTy, _ReservedBits>; 176 friend struct __enable_intrusive_from_this<_UncvTy, _ReservedBits>; 227 __enable_intrusive_from_this<_Ty, _ReservedBits>* __that) noexcept : in __intrusive_ptr() 245 __enable_intrusive_from_this<_Ty, _ReservedBits>* __that) noexcept in operator =() 301 auto __enable_intrusive_from_this< 312 auto __enable_intrusive_from_this<_Ty, _ReservedBits>::__intrusive_from_this() in __intrusive_from_this() 323 __enable_intrusive_from_this<_Ty, _ReservedBits>::__inc_ref() noexcept in __inc_ref() 332 __enable_intrusive_from_this<_Ty, _ReservedBits>::__dec_ref() noexcept in __dec_ref() 341 bool __enable_intrusive_from_this<_Ty, _ReservedBits>::__is_set() const noexcept in __is_set() [all …]
|
H A D | __shared.hpp | 235 private __enable_intrusive_from_this<__shared_state<_CvrefSender, _Env>, 2>
|