Home
last modified time | relevance | path

Searched refs:__data_ (Results 1 – 4 of 4) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__intrusive_ptr.hpp182 __data_(__data) in __intrusive_ptr()
187 if (__data_) in __inc_ref_()
189 __data_->__inc_ref_(); in __inc_ref_()
195 if (__data_) in __dec_ref_()
197 __data_->__dec_ref_(); in __dec_ref_()
217 __data_(std::exchange(__that.__data_, nullptr)) in __intrusive_ptr()
221 __data_(__that.__data_) in __intrusive_ptr()
235 std::exchange(__data_, std::exchange(__that.__data_, nullptr))}; in operator =()
263 std::swap(__data_, __that.__data_); in swap()
278 return __data_->__value(); in operator *()
[all …]
H A D__schedule_from.hpp153 __state_->__data_.visit(__schfr::__make_visitor_fn(__state_), in set_value()
154 __state_->__data_); in set_value()
183 __variant_t __data_; member
188 __data_(), __state2_(connect(schedule(__sched), __receiver2_t{this})) in __state()
254 __state.__data_.emplace_from(__tup::__mktuple, __tag,
261 __state.__data_.emplace_from(__tup::__mktuple, __tag,
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dtask.hpp301 __data_.template emplace<0>(std::move(value)); in return_value()
304 __variant_for<_Ty, std::exception_ptr> __data_{}; member
315 __data_.template emplace<0>(__void{}); in return_void()
318 __variant_for<__void, std::exception_ptr> __data_{}; member
409 switch (this->__data_.index()) in disposition()
422 this->__data_.template emplace<1>(std::current_exception()); in unhandled_exception()
521 if (__coro_.promise().__data_.index() == 1) in await_resume()
523 std::move(__coro_.promise().__data_.template get<1>())); in await_resume()
525 return std::move(__coro_.promise().__data_.template get<0>()); in await_resume()
H A Dasync_scope.hpp412 __state->__data_); in __complete_()
437 if (__raw_state->__data_.index() > 0) in ~__t()
469 if (__state_->__data_.index() != 0) in start()
600 __completions_as_variant<_Completions> __data_; member
649 __state.__data_.template emplace<_Tuple>( in __save_completion()
656 __state.__data_.template emplace<_Tuple>( in __save_completion()
745 if (__raw_state->__data_.index() != 0) in ~__t()