Home
last modified time | relevance | path

Searched refs:__make_indices (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__meta.hpp154 using __make_indices = // typedef
165 using __make_indices = __make_integer_seq<__pack::__idx, std::size_t, _Np>; typedef
170 extern __indices<__integer_pack(_Np)...> __make_indices;
174 using __make_indices = decltype(__pack::__make_indices<_Np>); typedef
187 using __make_indices = decltype(__pack::__mk_indices(__indices<_Np>{})); typedef
191 using __indices_for = __make_indices<sizeof...(_Ts)>;
223 __mstring{__str, __make_indices<_Len>{}} in __mstring()
1136 using __m_at_c = __minvoke<__m_at_<__make_indices<_Np>>, _Ts...>;
1221 return __impl(__make_indices<_Np>())(static_cast<_Ts&&>(__ts)...); in operator ()()
1364 __impl, __make_indices<sizeof...(_Ts) - __offset - 1>, _Ts...>) in operator ()()
[all …]
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dfunctional.hpp276 __make_indices<std::tuple_size<std::remove_cvref_t<_Tup>>::value>;