Home
last modified time | relevance | path

Searched refs:InvalidAny (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dintf_property_register.h37 virtual IAny& InvalidAny() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/
H A Darray_element_bind.h37 value_ = GetObjectRegistry().GetPropertyRegister().InvalidAny().Clone(false); in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_registry.h89 IAny& InvalidAny() const override;
H A Dobject_registry.cpp681 IAny& ObjectRegistry::InvalidAny() const in InvalidAny() function in ObjectRegistry
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dproperty.h58 return META_NS::GetObjectRegistry().GetPropertyRegister().InvalidAny(); in META_BEGIN_NAMESPACE()