/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __meta.hpp | 419 using __minvoke = __t<__minvoke_<_Fn, _Args...>>; typedef 433 using __minvoke = // typedef 552 __minvocable<_Fn, _Args...> && __ok<__minvoke<_Fn, _Args...>>; 557 using __t = __minvoke<_Fn, _Args...>; 570 using __t = __minvoke<_Fn, _Args...>; 596 using __f = __minvoke<__<static_cast<bool>(__v<_Pred>)>, _True, _False...>; 609 using __if = __minvoke<__if_, _Pred, _True, _False...>; 613 using __if_c = __minvoke<__if_::__<_Pred>, _True, _False...>; 616 using __minvoke_if = __minvoke<__if<_Pred, _True, _False>, _Args...>; 619 using __minvoke_if_c = __minvoke<__if_c<_Pred, _True, _False>, _Args...>; [all …]
|
H A D | __basic_sender.hpp | 502 __nothrow_callable<_Fun, _Tag, __minvoke<_Cvref, _Captures>...>) // in __captures() 503 -> __call_result_t<_Fun, _Tag, __minvoke<_Cvref, _Captures>...> in __captures() 504 requires __callable<_Fun, _Tag, __minvoke<_Cvref, _Captures>...> in __captures() 509 _Tag(), const_cast<__minvoke<_Cvref, decltype(__captures3)>&&>( in __captures() 523 (_Idx < sizeof(__minvoke<_Descriptor, __q<__tuple_size_t>>)); 575 using __captures_t = __minvoke<__desc_t, __q<__detail::__captures_t>>; 690 using __f = __minvoke<typename __decay_t<_Sender>::__desc_t, __q<__result>>; 722 stdexec::__v<stdexec::__minvoke<
|
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 | __sender_introspection.hpp | 49 using __f = __minvoke<_Fn, _Tag, _Data, _Child...>; 57 -> __minvoke<_Fn, _Tag, _Data, _Child...>;
|
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 | 100 using _TfxSender = __minvoke<__tfx_fn, _Sender, _Env...>; in __impl() 145 __minvoke<__mremove<void, __qf<set_value_t>>, _AwaitResult>, in __impl() 419 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 | 239 __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 | 243 using __f = __minvoke<_Fn, _Ts...>;
|
H A D | __tuple.hpp | 208 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 | 428 __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 | 557 __minvoke<__mremove<void, __qf<set_value_t>>, _Ty>;
|
H A D | any_sender_of.hpp | 884 __minvoke<__mremove_if<__q<__is_never_stop_token_query>>, _Queries...>; 1506 using schedule_sender_queries = stdexec::__minvoke<
|