Searched refs:PropertyFromValue (Results 1 – 2 of 2) sorted by relevance
218 IProperty::Ptr EngineValueManager::PropertyFromValue(BASE_NS::string_view name, const IEngineValue:… in PropertyFromValue() function in Internal::EngineValueManager243 return PropertyFromValue(name, value); in ConstructProperty()251 ret.push_back(PropertyFromValue(v.first, v.second.value)); in ConstructAllProperties()
58 IProperty::Ptr PropertyFromValue(BASE_NS::string_view name, const IEngineValue::Ptr&) const; in META_BEGIN_NAMESPACE()