Searched refs:__mtype (Results 1 – 4 of 4) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | any_sender_of.hpp | 37 __mtype<_VTable>, __mtype<_Tp>> 38 constexpr auto operator()(__mtype<_VTable>, __mtype<_Tp>) const noexcept in operator ()() 41 return stdexec::tag_invoke(__create_vtable_t{}, __mtype<_VTable>{}, in operator ()() 42 __mtype<_Tp>{}); in operator ()() 185 requires __callable<_Tag, __mtype<_Tp>, _Storage&, _As...> 190 return _Tag{}(__mtype<_Tp>{}, *static_cast<_Storage*>(__storage), in __anon1bf2f58b0702() 196 requires __callable<_Tag, __mtype<_Tp>, _Storage&, _As...> 202 __nothrow_callable<_Tag, __mtype<_Tp>, _Storage&, _As...>); in __anon1bf2f58b0802() 203 return _Tag{}(__mtype<_Tp>{}, *static_cast<_Storage*>(__storage), in __anon1bf2f58b0802() 212 requires tag_invocable<__delete_t, __mtype<_Tp>, _Storage&> [all …]
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __meta.hpp | 39 struct __mtype struct 1187 using __mtype_ptr = __mtype<_Ty>*; 1393 __get_placeholder_offset(static_cast<__mtype<_Pattern>*>(nullptr)); 1504 concept __mset_contains = (STDEXEC_IS_BASE_OF(__mtype<_Ty>, _Set) && ...); 1513 struct __inherit<_Ty, _Ts...> : __mtype<_Ty>, __inherit<_Ts...> 1520 auto operator%(__inherit<_Set...>&, __mtype<_Ty>&) // 1543 decltype(+(__declval<_Set&>() % ... % __declval<__mtype<_Ts>&>()));
|
H A D | __into_variant.hpp | 86 return __mtype<__variant_t>();
|
H A D | __stopped_as_optional.hpp | 83 return __mtype<_Value>();
|