Home
last modified time | relevance | path

Searched refs:_Domain (Results 1 – 6 of 6) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__transform_sender.hpp55 template <class _Domain, class _Sender, class _Env>
58 decltype(auto) operator()(_Domain __dom, _Sender&& __sndr, in operator ()()
76 template <class _Domain, class _Sender, class... _Env>
83 return noexcept(__declval<_Domain&>().transform_sender( in __is_nothrow()
94 template <class _Domain, class _Sender, class... _Env>
97 decltype(auto) operator()(_Domain __dom, _Sender&& __sndr, in operator ()()
99 noexcept(__is_nothrow<_Domain, _Sender, const _Env&...>()) in operator ()()
124 decltype(auto) operator()(_Domain __dom, _Sender&& __sndr, in operator ()()
156 template <class _Domain, sender_expr _Sender, class _Env>
166 static_assert(__none_of<_Domain, dependent_domain>); in operator ()()
[all …]
H A D__let.hpp89 template <class _Set, class _Domain = dependent_domain>
363 if constexpr (__merror<_Domain>) in __mk_transform_sender_fn()
365 return _Domain(); in __mk_transform_sender_fn()
376 return __make_sexpr<__let_t<_Set, _Domain>>( in __mk_transform_sender_fn()
452 template <class _Set, class _Domain>
455 using __domain_t = _Domain;
503 template <class _Set, class _Domain>
508 return __env::__join(prop{get_domain, _Domain()},
619 template <class _Set, class _Domain>
620 struct __sexpr_impl<__let::__let_t<_Set, _Domain>> :
[all …]
H A D__domain.hpp328 template <class _Domain, class... _OtherDomains>
329 requires __all_of<_Domain, _OtherDomains...>
330 static auto __common_domain(_Domain __domain, in __common_domain()
331 _OtherDomains...) noexcept -> _Domain in __common_domain()
333 return static_cast<_Domain&&>(__domain); in __common_domain()
H A D__when_all.hpp303 using _Domain = __domain::__common_domain_t<_Child...>; typedef
304 if constexpr (__same_as<_Domain, default_domain>)
310 return prop{get_domain, _Domain()};
479 using _Domain = __domain::__common_domain_t<_Child...>; typedef
480 if constexpr (same_as<_Domain, default_domain>)
486 return prop{get_domain, _Domain()};
H A D__senders.hpp240 using _Domain = __late_domain_of_t<_Sender, env_of_t<_Receiver>>; in __select_impl() typedef
243 __nothrow_callable<transform_sender_t, _Domain, _Sender, in __select_impl()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dsequence_senders.hpp379 using _Domain = __late_domain_of_t<_Sender, env_of_t<_Receiver&>>; in __select_impl() typedef
381 __nothrow_callable<transform_sender_t, _Domain, _Sender, in __select_impl()