Searched refs:__variant_for (Results 1 – 7 of 7) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __schedule_from.hpp | 42 using __variant_t = __variant_for<__monostate, _Ts...>; 57 using __variant_for = // typedef 60 __munique<__qq<__variant_for>>::__f>; 180 using __variant_t = __variant_for<__child_of<_Sexpr>, env_of_t<_Receiver>>;
|
H A D | __variant.hpp | 221 using __variant_for = __variant<__indices_for<_Ts...>{}, _Ts...>; typedef 225 __mcall<__munique<__qq<__variant_for>>, __decay_t<Ts>...>;
|
H A D | __sync_wait.hpp | 171 struct __variant_for struct 176 using __variant_for_t = __t<__variant_for<_Sender>>;
|
H A D | __let.hpp | 400 using __result_variant = __variant_for<__monostate, _Tuples...>; 402 __variant_for<__monostate,
|
H A D | __shared.hpp | 244 __munique<__mbind_front_q<__variant_for,
|
H A D | __when_all.hpp | 231 if constexpr (!__same_as<_ErrorsVariant, __variant_for<>>) in __complete()
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | task.hpp | 304 __variant_for<_Ty, std::exception_ptr> __data_{}; 318 __variant_for<__void, std::exception_ptr> __data_{};
|