Home
last modified time | relevance | path

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 Dshared_ptr.h217 !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 Dinterface_traits.h59 inline constexpr bool HasGetInterfaceMethod_v = HasGetInterfaceMethod<C>::value; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dproperty.h127 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 Dobject_api.h699 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()