Home
last modified time | relevance | path

Searched defs:__result_t (Results 1 – 9 of 9) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__submit.hpp51 using __result_t = decltype(static_cast<_Sender&&>(__sndr) typedef
69 using __result_t = typedef
109 using __result_t = __submit_result_t<_Sender, _Receiver>; in __get_submit_result_kind() typedef
131 using __result_t = connect_result_t<_Sender, _Receiver>; typedef
147 using __result_t = __submit_result_t<_Sender, _Receiver>; typedef
162 using __result_t = __submit_result_t<_Sender, _Receiver>; typedef
175 using __result_t = __submit_result_t<_Sender, _Receiver>; typedef
H A D__read_env.hpp36 using __result_t = __call_result_t<_Tag, env_of_t<stdexec::__t<_ReceiverId>>>; typedef
H A D__connect_awaitable.hpp180 using __result_t = __await_result_t<_Awaitable, __promise_t<_Receiver>>; in __co_impl() typedef
H A D__sync_wait.hpp310 using __result_t = __call_result_t< in operator ()() typedef
H A D__variant.hpp184 using __result_t = __call_result_t<_Fn, _As...>; in STDEXEC_ATTRIBUTE() typedef
H A D__env.hpp59 using __result_t = __call_result_t<get_forward_progress_guarantee_t, const _Attrs&>; in STDEXEC_ATTRIBUTE() typedef
233 using __result_t = __query_result_t<_Attrs, __is_scheduler_affine_t, const _Env&>; in STDEXEC_ATTRIBUTE() typedef
H A D__let.hpp525 using __result_t = decltype(submit_result{std::move(__sndr2), std::move(__rcvr2)}); in __bind_() typedef
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dsequence_senders.hpp227 using __result_t = __member_alias_t<__tfx_sequence_t, _Env>; in __impl() typedef
230 using __result_t = __static_member_result_t<__tfx_sequence_t, _Env>; in __impl() typedef
233 using __result_t = decltype(__declval<__tfx_sequence_t>() in __impl() typedef
237 using __result_t = tag_invoke_result_t<get_item_types_t, __tfx_sequence_t, _Env>; in __impl() typedef
242 using __result_t = item_types<stdexec::__decay_t<__tfx_sequence_t>>; in __impl() typedef
251 using __result_t = __unrecognized_sequence_error_t<_Sequence, _Env>; in __impl() typedef
490 using __result_t = connect_result_t< in __select_impl() typedef
504 using __result_t = decltype(STDEXEC_REMOVE_REFERENCE( in __select_impl() typedef
515 using __result_t = decltype(__declval<__tfx_sequence_t>() in __select_impl() typedef
526 using __result_t = tag_invoke_result_t<subscribe_t, __tfx_sequence_t, _Receiver>; in __select_impl() typedef
[all …]
H A Dfunctional.hpp214 using __result_t = typedef