Searched refs:__tup (Results 1 – 7 of 7) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __tuple.hpp | 27 namespace __tup namespace 52 static constexpr _Ty& __value = __tup::__value<_Ty>; 62 static __tuple __convert_from(__tuple<_Idx, _Us...>&& __tup) in __convert_from() 64 return __tuple{{static_cast<_Us&&>(__tup.__box<_Us, _Is>::__value)}...}; in __convert_from() 68 static __tuple __convert_from(const __tuple<_Idx, _Us...>& __tup) in __convert_from() 70 return __tuple{{__tup.__box<_Us, _Is>::__value}...}; in __convert_from() 152 auto operator<<(_Tuple&& __tup, in operator <<() argument 155 return [&__tup, __fn]<class... _Us>(_Us&&... __us) // in operator <<() 158 return __tup.apply(__fn, static_cast<_Tuple&&>(__tup), in operator <<() 190 using __tup::__tuple; [all …]
|
H A D | __schedule_from.hpp | 251 if constexpr (__nothrow_callable<__tup::__mktuple_t, _Tag, _Args...>) 253 __state.__data_.emplace_from(__tup::__mktuple, __tag, 260 __state.__data_.emplace_from(__tup::__mktuple, __tag,
|
H A D | __when_all.hpp | 163 __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.hpp | 496 return __tup::get<__idx>(__tup_); in __get_1st()
|
H A D | __let.hpp | 566 __tup::__mktuple, static_cast<_As&&>(__as)...); in __bind_()
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | functional.hpp | 266 constexpr auto __impl(__indices<_Is...>, _Fn&& __fn, _Tup&& __tup) // in __impl() argument 268 get<_Is>(static_cast<_Tup&&>(__tup))...))) in __impl() 270 get<_Is>(static_cast<_Tup&&>(__tup))...)) in __impl() 273 get<_Is>(static_cast<_Tup&&>(__tup))...); in __impl() 304 constexpr auto operator()(_Fn&& __fn, _Tup&& __tup) const in operator ()() 309 static_cast<_Tup&&>(__tup)); in operator ()()
|
H A D | async_scope.hpp | 396 [this, &__guard]<class _Tup>(_Tup& __tup) { in __complete_() 411 __tup); in __complete_()
|