Home
last modified time | relevance | path

Searched refs:PropertyFromValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_value_manager.cpp218 IProperty::Ptr EngineValueManager::PropertyFromValue(BASE_NS::string_view name, const IEngineValue:… in PropertyFromValue() function in Internal::EngineValueManager
243 return PropertyFromValue(name, value); in ConstructProperty()
251 ret.push_back(PropertyFromValue(v.first, v.second.value)); in ConstructAllProperties()
H A Dengine_value_manager.h58 IProperty::Ptr PropertyFromValue(BASE_NS::string_view name, const IEngineValue::Ptr&) const; in META_BEGIN_NAMESPACE()