Home
last modified time | relevance | path

Searched refs:__fun_ (Results 1 – 6 of 6) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__bulk.hpp49 _Fun __fun_;
51 __mliterals<&__data::__shape_, &__data::__fun_>();
118 using __fun_t = decltype(__decay_t<__data_of<_Sender>>::__fun_);
138 if constexpr (noexcept(__state.__fun_(__shape_t{}, __args...)))
142 __state.__fun_(__i, __args...);
153 __state.__fun_(__i, __args...);
H A D__execute.hpp43 _Fun __fun_; member
48 __fun_(); in set_value()
H A D__sender_adaptor_closure.hpp105 _Fun __fun_{};
118 __fun_)(static_cast<_Sender&&>(__sndr), in operator ()()
135 return __fun_(static_cast<_Sender&&>(__sndr), __as...); in operator ()()
H A D__env.hpp687 _Fun __fun_;
694 return __fun_(_Tag()); in query()
H A D__let.hpp446 STDEXEC_IMMOVABLE_NO_UNIQUE_ADDRESS _Fun __fun_; member
549 auto __sndr2 = __args.apply(std::move(__state.__fun_), __args); in __bind_()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dstop_token.hpp232 __fun_(static_cast<_Fun2&&>(__fun)) in inplace_stop_callback()
247 std::move(static_cast<inplace_stop_callback*>(cb)->__fun_)(); in __execute_impl_()
251 _Fun __fun_;