Searched refs:_Dp (Results 1 – 4 of 4) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __receiver_adaptor.hpp | 102 #define STDEXEC_MISSING_MEMBER(_Dp, _TAG) requires { typename _Dp::_TAG; } argument 106 #define STDEXEC_MISSING_MEMBER(_Dp, _TAG) (__missing_##_TAG<_Dp>()) argument 108 template <class _Dp> \ 111 return requires { requires bool(int(_Dp::_TAG)); }; \
|
H A D | __sender_adaptor_closure.hpp | 29 template <__class _Dp> 80 template <__class _Dp>
|
H A D | __meta.hpp | 812 class... _Cs, template <class...> class _Dp = __types, 815 _Cp<_Cs...>* = nullptr, _Dp<_Ds...>* = nullptr, 1056 template <class...> class _Dp, class... _Ds> 1060 struct __mzip_with2_<_Fn, _Continuation, _Cp<_Cs...>, _Dp<_Ds...>> 1068 template <class _Cp, class _Dp> 1069 using __f = __t<__mzip_with2_<_Fn, _Continuation, _Cp, _Dp>>;
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | any_sender_of.hpp | 339 using _Dp = __decay_t<_Tp>; typedef 340 if constexpr (__is_small<_Dp>) 342 __construct_small<_Dp>(static_cast<_Tp&&>(__object)); 346 __construct_large<_Dp>(static_cast<_Tp&&>(__object)); 509 using _Dp = __decay_t<_Tp>; typedef 510 if constexpr (__is_small<_Dp>) 512 __construct_small<_Dp>(static_cast<_Tp&&>(__object)); 516 __construct_large<_Dp>(static_cast<_Tp&&>(__object));
|