Home
last modified time | relevance | path

Searched refs:__msize_t (Results 1 – 4 of 4) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__meta.hpp94 using __msize_t = std::integral_constant<std::size_t, _Np>; typedef
97 using __msize_t = __mconstant<_Np>; typedef
100 using __msize_t = __muchar (*)[_Np + 1]; // +1 to avoid zero-size array typedef
779 using __f = __minvoke<_Fn, __msize_t<_Ns>...>;
842 using __f = __msize_t<sizeof...(_Ts)>;
849 using __f = __msize_t<(__same_as<_Ts, _Ty> + ... + 0)>;
856 using __f = __msize_t<(bool(__v<__minvoke<_Fn, _Ts>>) + ... + 0)>;
1103 using __f = __msize_t<(
1180 using __m_at_c = __minvoke<__m_at_<_Np == ~0ul>, __msize_t<_Np>, _Ts...>;
H A D__sender_introspection.hpp92 __children_of<_Sender, __mbind_front_q<__m_at, __msize_t<_Ny>>>;
H A D__transform_completion_signatures.hpp425 __mconst<__msize_t<1>>::__f, __mconst<__msize_t<0>>::__f, __mplus_t>;
H A D__basic_sender.hpp375 __t<__receiver<__id<_Receiver>, _Sexpr, __msize_t<_Idx>>>;