Home
last modified time | relevance | path

Searched defs:__completions_t (Results 1 – 10 of 10) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__when_all.hpp107 struct __completions_t { struct
109 using __all_nothrow_decay_copyable_results =
113 using __value_tuple_t = __minvoke<
124 using __single_values_of_t = __value_types_t<
131 using __set_values_sig_t = __meval<
137 using __f = __meval<
H A D__then.hpp39 using __completions_t = transform_completion_signatures< typedef
H A D__read_env.hpp53 using __completions_t = __if_c< typedef
82 using __completions_t = typedef
H A D__schedule_from.hpp79 using __completions_t = typedef
H A D__transform_completion_signatures.hpp38 using __completions_t = __completion_signatures_of_t<_Sender, _Env...>; in __checked_completion_signatures() typedef
H A D__let.hpp323 using __completions_t = __completion_signatures_of_t<_Child, _Env>; in __mk_transform_env_fn() typedef
344 using __completions_t = __completion_signatures_of_t<_Child, _Env>; in __mk_transform_sender_fn() typedef
H A D__connect_awaitable.hpp201 using __completions_t = typedef
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Denv.hpp117 using __completions_t = typedef
H A Dsequence_senders.hpp786 using __completions_t = in __checked_item_types() typedef
H A Dasync_scope.hpp627 using __completions_t = __future_completions_t<__mfront<_Sender, _Self>, _Env>; typedef in exec::__scope::__future::__t