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>;
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.hpp251 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.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.hpp496 return __tup::get<__idx>(__tup_); in __get_1st()
H A D__let.hpp566 __tup::__mktuple, static_cast<_As&&>(__as)...); in __bind_()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dfunctional.hpp266 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 Dasync_scope.hpp396 [this, &__guard]<class _Tup>(_Tup& __tup) { in __complete_()
411 __tup); in __complete_()