Home
last modified time | relevance | path

Searched refs:__none_such (Results 1 – 5 of 5) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__on.hpp169 auto __old = query_or(get_scheduler, __env, __none_such{}); in __transform_sender_fn()
170 if constexpr (__same_as<decltype(__old), __none_such>) in __transform_sender_fn()
181 return __none_such{}; in __transform_sender_fn()
198 query_or(get_scheduler, __env, __none_such{})); in __transform_sender_fn()
199 if constexpr (__same_as<decltype(__old), __none_such>) in __transform_sender_fn()
201 return __none_such{}; in __transform_sender_fn()
235 if constexpr (__same_as<_NewSndr, __none_such>) in transform_sender()
H A D__domain.hpp39 __make_dispatcher<__legacy_c11n_for<_Tag>, __none_such, _Args...>;
211 __meval_or<__call_result_t, __none_such, get_completion_scheduler_t<_Tag>,
216 __meval_or<__call_result_t, __none_such, get_domain_t,
227 __mremove<__none_such, __munique<__msingle_or<__none_such>>>>,
241 (!same_as<__completion_domain_or_none<_Sender>, __none_such>);
344 __none_such> in __common_domain()
361 __none_of<__none_such, __common_domain_t<_Senders...>>;
H A D__utility.hpp60 struct __none_such struct
H A D__execution_fwd.hpp25 struct __none_such;
H A D__transform_sender.hpp251 if constexpr (same_as<_Domain2, __none_such>) in transform_sender()