Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dutil.h186 inline bool IsValueGetCompatible(const IAny& any, const IValue& value) in IsValueGetCompatible() function
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Dstack_property.cpp207 if (!internal || !value || !IsValueGetCompatible(*internal, *value)) { in PushValue()