Home
last modified time | relevance | path

Searched refs:IsDefaultValue (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dintf_property.h50 virtual bool IsDefaultValue() const = 0;
54 return !IsDefaultValue(); in IsValueSet()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/
H A Ddefault_value_bind.h108 bool IsDefaultValue() const in IsDefaultValue() function in final
113 return s.IsDefaultValue(); in IsDefaultValue()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dproperty.h61 bool IsDefaultValue() const in IsDefaultValue() function in ConstTypelessPropertyInterface
63 return p_->IsDefaultValue(); in IsDefaultValue()
67 return !p_->IsDefaultValue(); in IsValueSet()
/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Dstack_property.h58 bool IsDefaultValue() const override;
H A Dstack_property.cpp439 bool StackProperty::IsDefaultValue() const
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtest_utils.h159 if (a->IsDefaultValue() != b->IsDefaultValue()) { in IsEqual()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dproxy_object.cpp214 if (!p.second.IsDefaultValue()) { in GetOverrides()
224 return it != proxyProperties_.end() && !it->second.IsDefaultValue() ? it->second.GetProperty() : nullptr; in GetOverride()

Completed in 3 milliseconds