Home
last modified time | relevance | path

Searched refs:proxyProperties_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dproxy_object.cpp145 auto props = BASE_NS::move(proxyProperties_); in RefreshProperties()
148 auto res = proxyProperties_.insert({ p.first, p.second }); in RefreshProperties()
156 for (auto&& p : proxyProperties_) { in RefreshProperties()
159 proxyProperties_.clear(); in RefreshProperties()
192 if (!proxyProperties_.count(p->GetName())) { in ReflectHierarchy()
213 for (auto&& p : proxyProperties_) { in GetOverrides()
223 auto it = proxyProperties_.find(name); in GetOverride()
224 return it != proxyProperties_.end() && !it->second.IsDefaultValue() ? it->second.GetProperty() : nullptr; in GetOverride()
229 auto it = proxyProperties_.find(name); in GetProxyProperty()
230 return it != proxyProperties_ in GetProxyProperty()
[all...]
H A Dproxy_object.h82 mutable BASE_NS::unordered_map<BASE_NS::string, DefaultValueBind> proxyProperties_; member in Internal::final

Completed in 1 milliseconds