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>> 292 {*__create_vtable(__mtype<_ParentVTable>{}, __mtype<_Tp>{})}, 521 requires __callable<__create_vtable_t, __mtype<_Vtable>, __mtype<_Tp>> 706 (this __mtype<__empty_vtable>, in STDEXEC_MEMFN_DECL() 771 (this __mtype<__t>, __mtype<_Rcvr>) noexcept -> const __t* in STDEXEC_MEMFN_DECL() 825 __env_{__create_vtable(__mtype<__vtable_t>{}, __mtype<_Rcvr>{}), in __ref() 914 __env_{__create_vtable(__mtype<__vtable_t>{}, __mtype<_Rcvr>{}), in __ref() 958 (this __mtype<__operation_vtable>, in STDEXEC_MEMFN_DECL() 1139 (this __mtype<__query_vtable>, in STDEXEC_MEMFN_DECL() 1173 (this __mtype<__vtable>, __mtype<_Sender>) noexcept -> const __vtable* in STDEXEC_MEMFN_DECL() [all …]
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __into_variant.hpp | 86 return __mtype<__variant_t>();
|
H A D | __stopped_as_optional.hpp | 83 return __mtype<_Value>();
|
H A D | __meta.hpp | 36 struct __mtype struct 1121 using __mtype_ptr = __mtype<_Ty>*; 1328 __get_placeholder_offset(static_cast<__mtype<_Pattern>*>(nullptr)); 1440 concept __mset_contains = (STDEXEC_IS_BASE_OF(__mtype<_Ty>, _Set) && ...); 1449 struct __inherit<_Ty, _Ts...> : __mtype<_Ty>, __inherit<_Ts...> 1456 auto operator%(__inherit<_Set...>&, __mtype<_Ty>&) // 1479 decltype(+(__declval<_Set&>() % ... % __declval<__mtype<_Ts>&>()));
|