Home
last modified time | relevance | path

Searched defs:PropertyType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dconstruct_property.h44 struct PropertyType { struct
48 struct PropertyType<ValuePtr<T, ClassInfo>> { argument
H A Darray_property.h29 using PropertyType = BASE_NS::shared_ptr<PropertyInterfaceType>; in META_BEGIN_NAMESPACE() local
H A Dproperty.h29 using PropertyType = BASE_NS::shared_ptr<PropertyInterfaceType>; in META_BEGIN_NAMESPACE() local
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
H A Dobject_api.h571 #define META_API_INTERFACE_PROPERTY_CACHED(InterfaceCachedName, PropertyName, PropertyType) \ argument
608 #define META_API_INTERFACE_READONLY_PROPERTY_CACHED(InterfaceCachedName, PropertyName, PropertyType argument
615 #define META_API_INTERFACE_ARRAY_PROPERTY_CACHED(InterfaceCachedName, PropertyName, PropertyType) \ argument
648 …ETA_API_INTERFACE_READONLY_ARRAY_PROPERTY_CACHED(InterfaceCachedName, PropertyName, PropertyType) \ argument
655 #define META_API_INTERFACE_PROPERTY(Interface, PropertyName, PropertyType) \ argument
678 #define META_API_INTERFACE_READONLY_PROPERTY(Interface, PropertyName, PropertyType) \ argument
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dproperty.h263 using PropertyType = typename Super::PropertyType; variable
303 using PropertyType = typename PropertyInterface<Type>::PropertyType; variable
H A Darray_property.h106 using PropertyType = typename PropertyBaseType<Type>::PropertyType; variable
202 using PropertyType = typename ArrayPropertyInterface<Type>::PropertyType; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/
H A Dcore_metadata.inl68 namespace PropertyType { namespace
316 namespace PropertyType { namespace
/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/
H A Dbuffer_helper.cpp155 SharedBuffer BufferHelper::CreateSharedBuffer(map<PropertyType, string>& metaInfo) in CreateSharedBuffer()
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_common.h125 typedef enum PropertyType { enum
140 } PropertyType; typedef