Searched defs:__that (Results 1 – 3 of 3) sorted by relevance
185 __intrusive_ptr(__intrusive_ptr&& __that) noexcept in __intrusive_ptr() function in stdexec::__ptr::__intrusive_ptr189 __intrusive_ptr(const __intrusive_ptr& __that) noexcept in __intrusive_ptr()194 __intrusive_ptr(__enable_intrusive_from_this<_Ty, _ReservedBits>* __that) noexcept in __intrusive_ptr()198 auto operator=(__intrusive_ptr&& __that) noexcept -> __intrusive_ptr& { in operator =()204 auto operator=(const __intrusive_ptr& __that) noexcept -> __intrusive_ptr& { in operator =()208 auto operator=(__enable_intrusive_from_this<_Ty, _ReservedBits>* __that) noexcept in operator =()221 void swap(__intrusive_ptr& __that) noexcept { in swap()
143 __task(__task&& __that) noexcept in __task() function in exec::__at_coro_exit::__task
327 basic_task(basic_task&& __that) noexcept in basic_task() function in exec::__task::basic_task