/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __meta.hpp | 524 using __t = __minvoke<_Fn, _Args...>; 671 using __f = __minvoke<_Continuation, __minvoke<_Fn, _Args>...>; 701 using __f = __minvoke< 726 using __f = __minvoke<_Fn, _Ts...>; 736 using __f = __minvoke<_Fn, _As...>; 835 using __f = __minvoke<_Second, __minvoke<_First, _Args...>>; 843 __minvoke<_Last, 858 using __f = __minvoke<_Continuation, 995 typename __minvoke<_Continuation, __minvoke<_Fn, _Cs, _Ds>...>; 999 using __t = __minvoke<_Continuation, __minvoke<_Fn, _Cs, _Ds>...>; [all …]
|
H A D | __basic_sender.hpp | 436 __nothrow_callable<_Fun, _Tag, __minvoke<_Cvref, _Captures>...>) // in __captures() 437 -> __call_result_t<_Fun, _Tag, __minvoke<_Cvref, _Captures>...> in __captures() 438 requires __callable<_Fun, _Tag, __minvoke<_Cvref, _Captures>...> in __captures() 443 _Tag(), const_cast<__minvoke<_Cvref, decltype(__captures3)>&&>( in __captures() 457 (_Idx < sizeof(__minvoke<_Descriptor, __q<__tuple_size_t>>)); 502 using __captures_t = __minvoke<__desc_t, __q<__detail::__captures_t>>; 614 using __f = __minvoke<typename __decay_t<_Sender>::__desc_t, __q<__result>>; 646 stdexec::__v<stdexec::__minvoke<
|
H A D | __sender_introspection.hpp | 49 using __f = __minvoke<_Fn, _Tag, _Data, _Child...>; 57 -> __minvoke<_Fn, _Tag, _Data, _Child...>;
|
H A D | __when_all.hpp | 118 __minvoke<__if_c<(0 == sizeof...(_Rest)), __mconst<_ValueTuple>, 131 __minvoke<__mconcat<__qf<set_value_t>>, 141 __minvoke<__with_default<__qq<__set_values_sig_t>, 178 __minvoke<__with_default< 187 __minvoke< 317 return __minvoke<__mtry_catch<__q<__completions>, __q<__error_t>>,
|
H A D | __receivers.hpp | 36 using __f = __minvoke<_Fn, _Args...>; 71 using __f = __minvoke<_Fn, _Args...>; 107 using __f = __minvoke<_Fn, _Args...>;
|
H A D | __senders.hpp | 99 using _TfxSender = __minvoke<__tfx_fn, _Sender, _Env...>; in __impl() 144 __minvoke<__mremove<void, __qf<set_value_t>>, _AwaitResult>, in __impl() 420 concept __well_formed_sender = __detail::__well_formed_sender<__minvoke<
|
H A D | __diagnostics.hpp | 31 using __name_of = __minvoke<__name_of_fn<_Ty>, _Ty>;
|
H A D | __read_env.hpp | 89 using __completions_t = __minvoke<
|
H A D | __connect_awaitable.hpp | 235 __minvoke< // set_value_t() or set_value_t(T)
|
H A D | __receiver_adaptor.hpp | 130 using __base_t = __minvoke<__get_base_fn, _Self&&>;
|
H A D | __variant.hpp | 232 using __f = __minvoke<_Fn, _Ts...>;
|
H A D | __tuple.hpp | 196 using __f = __minvoke<_Fn, _Ts...>;
|
H A D | __as_awaitable.hpp | 134 __minvoke<decltype(__as_single<sizeof...(_Values)>), _Values...>;
|
H A D | __sync_wait.hpp | 202 __ok<__minvoke<__mtry_catch_q<__single_value_variant_sender_t,
|
H A D | __shared.hpp | 426 __minvoke<_Cvref, std::exception_ptr>),
|
H A D | __transform_completion_signatures.hpp | 475 completion_signatures<__minvoke<__mremove<void, __qf<set_value_t>>,
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | env.hpp | 133 using __value_t = __minvoke<
|
H A D | task.hpp | 555 __minvoke<__mremove<void, __qf<set_value_t>>, _Ty>;
|
H A D | any_sender_of.hpp | 885 __minvoke<__mremove_if<__q<__is_never_stop_token_query>>, _Queries...>; 1506 using schedule_sender_queries = stdexec::__minvoke<
|