Searched refs:HasGetInterfaceMethod_v (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | shared_ptr.h | 217 !META_NS::HasGetInterfaceMethod_v<U>) { in shared_ptr() 388 static_assert(META_NS::HasGetInterfaceMethod_v<T>, "T::GetInterface not defined"); in interface_pointer_cast() 389 static_assert(META_NS::HasGetInterfaceMethod_v<U>, "U::GetInterface not defined"); in interface_pointer_cast() 404 static_assert(META_NS::HasGetInterfaceMethod_v<T>, "T::GetInterface not defined"); in interface_pointer_cast() 405 static_assert(META_NS::HasGetInterfaceMethod_v<U>, "U::GetInterface not defined"); in interface_pointer_cast() 433 static_assert(META_NS::HasGetInterfaceMethod_v<T>, "T::GetInterface not defined"); in interface_cast() 434 static_assert(META_NS::HasGetInterfaceMethod_v<U>, "U::GetInterface not defined"); in interface_cast() 449 static_assert(META_NS::HasGetInterfaceMethod_v<T>, "T::GetInterface not defined"); in interface_cast() 450 static_assert(META_NS::HasGetInterfaceMethod_v<U>, "U::GetInterface not defined"); in interface_cast() 465 static_assert(META_NS::HasGetInterfaceMethod_v<U>, "U::GetInterface not defined"); in interface_cast() [all …]
|
H A D | interface_traits.h | 59 inline constexpr bool HasGetInterfaceMethod_v = HasGetInterfaceMethod<C>::value; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/ |
H A D | property.h | 127 static_assert(META_NS::HasGetInterfaceMethod_v<T>, "T::GetInterface not defined"); in META_END_NAMESPACE() 134 static_assert(META_NS::HasGetInterfaceMethod_v<T>, "T::GetInterface not defined"); in interface_cast()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/ |
H A D | object_api.h | 699 static_assert(META_NS::HasGetInterfaceMethod_v<T>, "T::GetInterface not defined"); in interface_pointer_cast() 709 static_assert(META_NS::HasGetInterfaceMethod_v<T>, "T::GetInterface not defined"); in interface_cast()
|