Home
last modified time | relevance | path

Searched refs:__that (Results 1 – 3 of 3) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__intrusive_ptr.hpp138 __intrusive_ptr(__intrusive_ptr&& __that) noexcept : in __intrusive_ptr() argument
139 __data_(std::exchange(__that.__data_, nullptr)) in __intrusive_ptr()
142 __intrusive_ptr(const __intrusive_ptr& __that) noexcept : in __intrusive_ptr() argument
143 __data_(__that.__data_) in __intrusive_ptr()
148 __intrusive_ptr(__enable_intrusive_from_this<_Ty>* __that) noexcept : in __intrusive_ptr() argument
149 __intrusive_ptr(__that ? __that->__intrusive_from_this() in __intrusive_ptr()
162 return operator=(__intrusive_ptr(__that)); in operator =()
165 auto operator=(__enable_intrusive_from_this<_Ty>* __that) noexcept in operator =() argument
168 return operator=(__that ? __that->__intrusive_from_this() in operator =()
182 void swap(__intrusive_ptr& __that) noexcept in swap() argument
[all …]
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dat_coroutine_exit.hpp159 __task(__task&& __that) noexcept : in __task() argument
160 __coro_(std::exchange(__that.__coro_, {})) in __task()
H A Dtask.hpp379 basic_task(basic_task&& __that) noexcept : in basic_task() argument
380 __coro_(std::exchange(__that.__coro_, {})) in basic_task()