Searched refs:__fn_ (Results 1 – 4 of 4) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __scope.hpp | 31 _Fn __fn_; 39 static_cast<_Fn&&>(__fn_)(); in ~__scope_guard() 52 _Fn __fn_; 68 static_cast<_Fn&&>(__fn_)(static_cast<_T0&&>(__t0_)); in ~__scope_guard() 76 _Fn __fn_; 95 __fn_)(static_cast<_T0&&>(__t0_), static_cast<_T1&&>(__t1_)); in ~__scope_guard() 103 _Fn __fn_; 124 __fn_)(static_cast<_T0&&>(__t0_), static_cast<_T1&&>(__t1_), in ~__scope_guard()
|
H A D | __connect_awaitable.hpp | 182 decltype(__fn) __fn_; in __co_call() member 191 __fn_(); in __co_call()
|
H A D | __meta.hpp | 968 _Fn __fn_; member 973 return static_cast<_Fn&&>(__fn_)(); in operator __t() 978 return static_cast<_Fn&&>(__fn_)(); in operator ()()
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | any_sender_of.hpp | 54 _Ret (*__fn_)(void*, _As...); member 58 return __fn_(__rcvr, static_cast<_As&&>(__as)...); in operator ()() 65 _Ret (*__fn_)(void*, _As...); member 69 return __fn_(__rcvr, static_cast<_As&&>(__as)...); in operator ()() 76 _Ret (*__fn_)(void*, _As...) noexcept; member 80 return __fn_(__rcvr, static_cast<_As&&>(__as)...); in operator ()() 87 _Ret (*__fn_)(void*, _As...) noexcept; member 91 return __fn_(__rcvr, static_cast<_As&&>(__as)...); in operator ()() 162 void (*__fn_)(void*, _As...) = [](void*, _As...) {}; in __anon1bf2f58b0502() member 166 return __fn_(__storage, static_cast<_As&&>(__as)...); in operator ()() [all …]
|