Home
last modified time | relevance | path

Searched refs:__call_result_t (Results 1 – 22 of 22) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__sender_adaptor_closure.hpp46 && sender<__call_result_t<_Tp, __decay_t<_Sender>>>;
60 __callable<_T1, __call_result_t<_T0, _Sender>>
62 __call_result_t<_T1, __call_result_t<_T0, _Sender>> operator()( in operator ()()
71 __callable<const _T1&, __call_result_t<const _T0&, _Sender>>
73 __call_result_t<_T1, __call_result_t<_T0, _Sender>> operator()( in operator ()()
86 __call_result_t<_Closure, _Sender> operator|(_Sender&& __sndr, in operator |()
120 -> __call_result_t<_Fun, _Sender, _As...> in operator ()()
136 -> __call_result_t<const _Fun&, _Sender, const _As&...> in operator ()()
148 -> __call_result_t<_Fun, _Sender, _As...> in operator ()()
156 -> __call_result_t<_Fun, _Sender, _As...> { in operator ()()
[all …]
H A D__execution_fwd.hpp77 using env_of_t = __call_result_t<get_env_t, _EnvProvider>;
129 using stop_token_of_t = __decay_t<__call_result_t<get_stop_token_t, _Tp>>;
137 __call_result_t<get_completion_scheduler_t<_CPO>, env_of_t<const _Sender&>>;
159 __call_result_t<get_completion_signatures_t, _Sender, _Env...>;
171 using connect_result_t = __call_result_t<connect_t, _Sender, _Receiver>;
H A D__read_env.hpp38 using __result_t = __call_result_t<_Tag, env_of_t<stdexec::__t<_ReceiverId>>>;
57 completion_signatures<set_value_t(__call_result_t<_Tag, _Env>)>,
58 completion_signatures<set_value_t(__call_result_t<_Tag, _Env>),
100 using __result = __call_result_t<__query, env_of_t<_Receiver>>;
H A D__transform_sender.hpp129 using _Sender2 = __call_result_t<__transform_sender_1, _Domain, _Sender, in operator ()()
187 __call_result_t<transform_sender_t, _Domain, _Sender, _Env...>;
198 using _Env2 = __call_result_t<__domain::__transform_env, dependent_domain&, in __is_nothrow_transform_sender()
298 __call_result_t<apply_sender_t, _Domain, _Tag, _Sender, _Args...>;
303 __call_result_t<get_completion_scheduler_t<_Tag>, env_of_t<_Sender>>,
309 __decays_to<__call_result_t<get_scheduler_t, _Env>, _Scheduler>;
H A D__meta.hpp1005 using __call_result_t = __t<__mdefer<__q<__call_result_>, _Fun, _As...>>; typedef
1008 using __call_result_t = decltype(__declval<_Fun>()(__declval<_As>()...)); typedef
1014 using __result_of = __call_result_t<decltype(_Fun), _As...>;
1029 using __t = __call_result_t<_Fn>;
1373 __callable<_Ret, __call_result_t<__mdispatch_<_Args, _Offset>,
1377 _Ret, __call_result_t<__mdispatch_<_Args, _Offset>, _Ts...>...>) in operator ()()
1378 -> __call_result_t< in operator ()()
1379 _Ret, __call_result_t<__mdispatch_<_Args, _Offset>, _Ts...>...> in operator ()()
1401 _Ret, __call_result_t<__mdispatch_<_Args>, _Ts...>...,
1402 __call_result_t<__mdispatch_<_Pattern, _Idx + 1>,
[all …]
H A D__domain.hpp211 __meval_or<__call_result_t, __none_such, get_completion_scheduler_t<_Tag>,
216 __meval_or<__call_result_t, __none_such, get_domain_t,
275 __call_result_t<__get_early_domain_t, _Sender, _Default>;
322 using __late_domain_of_t = __call_result_t<__get_late_domain_t, _Sender, _Env>;
357 __call_result_t<__common_domain_fn, int, int, _Senders...>;
H A D__sender_introspection.hpp62 __call_result_t<__sexpr_apply_t, _CvrefSender, __sexpr_uncurry_fn<_Fn>>;
75 __call_result_t<__sexpr_apply_t, _Sender, _ApplyFn>;
H A D__variant.hpp162 static_assert(__same_as<__call_result_t<_Fn, _As...>, __at<_Ny>>, in emplace_from_at()
176 -> __call_result_t<_Fn, _As...>& in emplace_from()
178 using __result_t = __call_result_t<_Fn, _As...>; in emplace_from()
H A D__env.hpp101 -> __call_result_t<_Query, _Queryable> in operator ()()
411 using __domain_of_t = __decay_t<__call_result_t<get_domain_t, _Env>>;
415 __call_result_t<query_or_t, _Tag, _Queryable, _Default>;
702 -> __call_result_t<const _Fun&, _Tag> in query()
734 -> env<_First, __call_result_t<__fwd_fn, _Second>> in operator ()()
825 __call_result_t<__is_scheduler_affine_t, env_of_t<_Sender>>>;
H A D__basic_sender.hpp396 -> __call_result_t<__impl, __indices_for<_Child...>, _Child...> in operator ()()
488 -> __call_result_t<const _Fn&, _Rest...> {
503 -> __call_result_t<_Fun, _Tag, __minvoke<_Cvref, _Captures>...> in __captures()
625 -> __call_result_t<__detail::__impl_of<_Sender>, in apply()
731 stdexec::__call_result_t< //
H A D__with_awaitable_senders.hpp141 -> __call_result_t<as_awaitable_t, _Value, _Promise&> in await_transform()
H A D__senders.hpp280 __call_result_t<__connect_awaitable_t, _TfxSender, _Receiver>; in __select_impl()
304 -> __call_result_t<__select_impl_t<_Sender, _Receiver>>
H A D__schedulers.hpp90 using schedule_result_t = __call_result_t<schedule_t, _Scheduler>;
H A D__submit.hpp51 using _Operation = __decay_t<__call_result_t<_OpRef>>;
H A D__schedule_from.hpp219 __decay_t<__call_result_t<get_completion_scheduler_t<set_value_t>,
H A D__as_awaitable.hpp264 -> __call_result_t<__select_impl_t<_Tp, _Promise>> in operator ()()
H A D__sync_wait.hpp346 __call_result_t<apply_sender_t, __early_domain_of_t<_Sender>, in operator ()()
H A D__let.hpp198 __mcall<__mtry_catch_q<__call_result_t, __on_not_callable<_Set>>,
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dfunctional.hpp40 __callable<_Fun0, __call_result_t<_Fun1, _Ts...>>
42 __call_result_t<_Fun0, __call_result_t<_Fun1, _Ts...>> operator()( in operator ()()
51 __callable<const _Fun0&, __call_result_t<const _Fun1&, _Ts...>>
53 __call_result_t<_Fun0, __call_result_t<_Fun1, _Ts...>> operator()( in operator ()()
H A Denv.hpp134 __with_default<__mbind_back_q<__call_result_t, _Env>, _Default>, _Tag>;
H A Dany_sender_of.hpp804 -> __call_result_t<const __vtable_t&, _Tag, void*, _As...> in query()
898 -> __call_result_t<const __vtable_t&, _Tag, void*, _As...> in query()
1016 -> __call_result_t<set_next_t, _Receiver&, _Item> in STDEXEC_MEMFN_DECL()
1206 -> __call_result_t<const __query_vtable<_SenderQueries>&, _Tag, in query()
1305 -> __call_result_t<const __query_vtable<_SchedulerQueries, false>&, in query()
H A Dsequence_senders.hpp422 -> __call_result_t<__select_impl_t<_Sender, _Receiver>>
488 using subscribe_result_t = __call_result_t<subscribe_t, _Sender, _Receiver>;