Searched refs:__result_of (Results 1 – 7 of 7) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __basic_sender.hpp | 85 __decay_t<__result_of<__sexpr_impl<_Tag>::get_state, _Sexpr, _Receiver&>>; 88 using __env_type_t = __result_of< 352 __result_of<__sexpr_apply, _Sexpr, __connect_fn<_Sexpr, _Receiver>>; 481 using __get_attrs_fn = __result_of<__detail::__drop_front, 519 -> __result_of<__sexpr_apply, const _Self&, __get_attrs_fn<__tag_t>> in get_env() 529 __result_of<__impl<_Self>::get_completion_signatures, in get_completion_signatures() 541 __result_of<__impl<_Self>::connect, _Self, _Receiver>> in connect() 647 stdexec::__result_of<_Descriptor>, stdexec::__msize>>>
|
H A D | __continue_on.hpp | 45 using __scheduler_t = __result_of<get_completion_scheduler<set_value_t>, _Env>; 49 __result_of<schedule_from, __scheduler_t<__data_of<_Sender>>,
|
H A D | __sync_wait.hpp | 82 __mtry_eval<__sync_wait_result_impl, __result_of<into_variant, _Sender>, 358 __result_of<into_variant, _Sender>>> 373 requires __callable<sync_wait_t, __result_of<into_variant, _Sender>>
|
H A D | __env.hpp | 679 using __without_t = __result_of<__without, _Env, _Tag, _Tags...>; 734 using __join_t = __result_of<__join, _First, _Second...>; 750 using __as_root_env_t = __result_of<__as_root_env, _Env>;
|
H A D | __shared.hpp | 176 using __sh_state_ptr_t = __result_of<__get_sh_state, _CvrefSender&>;
|
H A D | __meta.hpp | 954 using __result_of = __call_result_t<decltype(_Fun), _As...>; typedef 957 using __result_of = decltype(_Fun(__declval<_As>()...)); typedef
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | env.hpp | 74 using make_env_t = stdexec::__result_of<make_env, _Ts...>;
|