Home
last modified time | relevance | path

Searched refs:__tup (Results 1 – 7 of 7) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__tuple.hpp27 namespace __tup namespace
52 static constexpr _Ty& __value = __tup::__value<_Ty>;
140 auto operator<<(_Tuple&& __tup, in operator <<() argument
143 return [&__tup, __fn]<class... _Us>(_Us&&... __us) // in operator <<()
146 return __tup.apply(__fn, static_cast<_Tuple&&>(__tup), in operator <<()
178 using __tup::__tuple;
182 using __tuple_for = __t<__tup::__mk_tuple<_Ts...>>;
H A D__schedule_from.hpp252 if constexpr (__nothrow_callable<__tup::__mktuple_t, _Tag, _Args...>)
254 __state.__data_.emplace_from(__tup::__mktuple, __tag,
261 __state.__data_.emplace_from(__tup::__mktuple, __tag,
H A D__when_all.hpp163 __tup::__cat_apply(__when_all::__complete_fn(set_value, __rcvr), in __set_values()
415 auto& __opt_values = __tup::get<__v<_Index>>(__state.__values_);
H A D__env.hpp487 return __tup::get<__idx>(__tup_); in __get_1st()
H A D__let.hpp548 __tup::__mktuple, static_cast<_As&&>(__as)...); in __bind_()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dfunctional.hpp264 constexpr auto __impl(__indices<_Is...>, _Fn&& __fn, _Tup&& __tup) // in __impl() argument
266 get<_Is>(static_cast<_Tup&&>(__tup))...))) in __impl()
268 get<_Is>(static_cast<_Tup&&>(__tup))...)) in __impl()
271 get<_Is>(static_cast<_Tup&&>(__tup))...); in __impl()
302 constexpr auto operator()(_Fn&& __fn, _Tup&& __tup) const in operator ()()
307 static_cast<_Tup&&>(__tup)); in operator ()()
H A Dasync_scope.hpp394 [this, &__guard]<class _Tup>(_Tup& __tup) { in __complete_()
409 __tup); in __complete_()