Home
last modified time | relevance | path

Searched refs:_Completions (Results 1 – 10 of 10) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__completion_signatures.hpp49 template <class _Completions>
51 __same_as<__ok_t<_Completions>, __msuccess> &&
52 __sigs::__is_completion_signatures<_Completions>;
H A D__senders.hpp43 template <class _Completions>
45 __valid_completion_signatures<_Completions> ||
46 __same_as<_Completions, _ERROR_<__dependent_completions>>;
159 using _Completions [[maybe_unused]] = in __impl() typedef
H A D__sync_wait.hpp214 using _Completions = __completion_signatures_of_t<_Sender, __env>; in __diagnose_error() typedef
215 if constexpr (__merror<_Completions>) in __diagnose_error()
217 return _Completions(); in __diagnose_error()
H A D__transform_completion_signatures.hpp99 template <class _Completions>
101 static_cast<_Completions*>(nullptr)));
359 template <class _SetTag, class _Completions, class _Tuple,
363 _Completions, _SetTag,
H A D__receivers.hpp187 template <class _Receiver, class _Completions>
190 requires(_Completions* __completions) {
H A D__p2300.hpp133 template <class _Receiver, class _Completions>
135 stdexec::receiver_of<_Receiver, _Completions>;
H A D__debug.hpp108 template <class _CvrefSenderId, class _Env, class _Completions>
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dasync_scope.hpp526 template <class _Completions>
530 _Completions>;
559 template <class _Completions, class _Env>
603 __completions_as_variant<_Completions> __data_;
608 template <class _Completions, class _EnvId>
617 __future_state_base<_Completions, _Env>* __state_;
702 using _Completions = __future_completions_t<_Sender, _Env>; typedef
705 __future_state_base<_Completions, _Env>(static_cast<_Env&&>(__env), in __future_state()
H A Dsequence_senders.hpp212 using _Completions [[maybe_unused]] = in __impl() typedef
295 template <class _Completions>
298 _Completions,
H A Dany_sender_of.hpp1387 template <class _Completions, auto... _ReceiverQueries>
1391 __any::__rec::__ref<_Completions, decltype(_ReceiverQueries)...>;
1403 requires stdexec::receiver_of<_Receiver, _Completions>
1446 __any::__sender<_Completions, queries<_SenderQueries...>,
1477 template <stdexec::receiver_of<_Completions> _Receiver>
1490 _Completions,