Searched refs:_Completions (Results 1 – 10 of 10) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __completion_signatures.hpp | 49 template <class _Completions> 51 __same_as<__ok_t<_Completions>, __msuccess> && 52 __sigs::__is_completion_signatures<_Completions>;
|
H A D | __senders.hpp | 43 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.hpp | 214 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.hpp | 99 template <class _Completions> 101 static_cast<_Completions*>(nullptr))); 359 template <class _SetTag, class _Completions, class _Tuple, 363 _Completions, _SetTag,
|
H A D | __receivers.hpp | 187 template <class _Receiver, class _Completions> 190 requires(_Completions* __completions) {
|
H A D | __p2300.hpp | 133 template <class _Receiver, class _Completions> 135 stdexec::receiver_of<_Receiver, _Completions>;
|
H A D | __debug.hpp | 108 template <class _CvrefSenderId, class _Env, class _Completions>
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | async_scope.hpp | 526 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 D | sequence_senders.hpp | 212 using _Completions [[maybe_unused]] = in __impl() typedef 295 template <class _Completions> 298 _Completions,
|
H A D | any_sender_of.hpp | 1387 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,
|