Home
last modified time | relevance | path

Searched refs:is_defined (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dregister_engine_access.cpp82 static_assert(CORE_NS::PropertySystem::is_defined<Prop>().value); in SCENE_BEGIN_NAMESPACE()
90 static_assert(CORE_NS::PropertySystem::is_defined<Prop>().value); in RegisterEngineArrayAccessImpl()
105 static_assert(CORE_NS::PropertySystem::is_defined<Prop>().value); in RegisterMapEngineAccessImpl()
133 static_assert(CORE_NS::PropertySystem::is_defined<EnvironmentComponent::Background>().value); in RegisterEngineAccess()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/
H A Dproperty_types.h130 struct is_defined : BASE_NS::false_type { struct
136 static_assert(is_defined<T>().value, "Missing DECLARE_PROPERTY_TYPE for used type."); in PropertyTypeDeclFromType() argument
144 struct is_defined<aType> : BASE_NS::true_type { \
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dmeta_types.h35 if constexpr (CORE_NS::PropertySystem::is_defined<T>().value) { in CorePropertyTypeDeclFromType()