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 D | construct_property.h | 44 struct PropertyType { struct 48 struct PropertyType<ValuePtr<T, ClassInfo>> { argument
|
H A D | array_property.h | 29 using PropertyType = BASE_NS::shared_ptr<PropertyInterfaceType>; in META_BEGIN_NAMESPACE() local
|
H A D | property.h | 29 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 D | object_api.h | 571 #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 D | property.h | 263 using PropertyType = typename Super::PropertyType; variable 303 using PropertyType = typename PropertyInterface<Type>::PropertyType; variable
|
H A D | array_property.h | 106 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 D | core_metadata.inl | 68 namespace PropertyType { namespace 316 namespace PropertyType { namespace
|
/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/ |
H A D | buffer_helper.cpp | 155 SharedBuffer BufferHelper::CreateSharedBuffer(map<PropertyType, string>& metaInfo) in CreateSharedBuffer()
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
H A D | napi_app_account_common.h | 125 typedef enum PropertyType { enum 140 } PropertyType; typedef
|