Home
last modified time | relevance | path

Searched refs:__without (Results 1 – 4 of 4) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__schedulers.hpp147 __env::__without(static_cast<_Env&&>(__env), get_domain)); in __mkenv_sched()
H A D__let.hpp137 __env::__without(stdexec::get_env(__rcvr_), get_domain)); in get_env()
339 __env::__without(static_cast<_Env&&>(__env), get_domain)); in __mk_transform_env_fn()
442 __env::__without(stdexec::get_env(__rcvr), get_domain)); in __get_env()
H A D__env.hpp676 inline constexpr __without_fn __without{}; variable
679 using __without_t = __result_of<__without, _Env, _Tag, _Tags...>;
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Denv.hpp44 return stdexec::__env::__without(static_cast<_Env&&>(__env), _Tag()); in operator ()()