Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__tuple.hpp27 namespace __tup namespace
84 concept __tuple_like = requires(_Tup& __tup) { __tup::__tuple_like_(__tup); };
91 _Fun&& __fun, _Tuple&& __tup, in operator ()()
99 static_cast<__copy_cvref_t<_Tuple, __box<_Ts, _Idx>>&&>(__tup) in operator ()()
106 constexpr auto __apply(_Fun&& __fun, _Tuple&& __tup) noexcept( in __apply() argument
108 static_cast<_Tuple&&>(__tup), &__tup))) in __apply()
110 static_cast<_Tuple&&>(__tup), &__tup)) in __apply()
112 return __apply_()(static_cast<_Fun&&>(__fun), static_cast<_Tuple&&>(__tup), in __apply()
113 &__tup); in __apply()
117 using __tup::__tuple;
H A D__basic_sender.hpp369 -> __tup::__tuple<__indices<_Is...>, in operator ()()
423 __tup::__apply( in tag_invoke()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dfunctional.hpp316 constexpr auto __impl(__indices<_Is...>, _Fn&& __fn, _Tup&& __tup) noexcept( in __impl() argument
318 get<_Is>(static_cast<_Tup&&>(__tup))...))) in __impl()
320 get<_Is>(static_cast<_Tup&&>(__tup))...)) in __impl()
323 get<_Is>(static_cast<_Tup&&>(__tup))...); in __impl()
352 operator()(_Fn&& __fn, _Tup&& __tup) const in operator ()()
357 static_cast<_Tup&&>(__tup)); in operator ()()
H A Dasync_scope.hpp393 [this, &__guard]<class _Tup>(_Tup& __tup) { in __complete_()
408 __tup); in __complete_()
H A Dexecution.hpp2410 __tup::__apply(
5572 __tup::__apply( in __set_values()
5575 std::tuple_cat(__tup::__apply(__tie_fn{}, *__opt_vals)...)); in __set_values()
5581 using __decayed_custom_tuple = __tup::__tuple_for<__decay_t<Ts>...>;
5595 __q<__tup::__tuple_for>>,
5832 __tup::__get<__v<_Index>>(__state.__values_);