Lines Matching +defs:p +defs:r
53 [this](auto p) { in Build()
73 static bool SerializeEmbeddedProxy(IProperty::Ptr p) in SerializeEmbeddedProxy()
86 if (auto p = interface_pointer_cast<IProperty>(info.object)) { in OnPropertyAdded() local
92 [this](auto p) { in OnPropertyAdded()
104 if (auto p = interface_cast<IProperty>(info.object)) { in OnPropertyRemoved() local
113 void ProxyObject::OnPropertyChanged(const IProperty::Ptr& p) in OnPropertyChanged()
203 if (auto p = m->GetPropertyByName(name)) { in ReflectTargetForProperty() local
252 if (auto p = Super::GetPropertyByName(property->GetName())) { in SetPropertyTarget() local
253 auto r = proxyProperties_.insert_or_assign(p->GetName(), DefaultValueBind(p)); in SetPropertyTarget() local
265 auto p = DuplicatePropertyType(META_NS::GetObjectRegistry(), tp); in AddProxyProperty() local
276 IProperty::Ptr p; in AddProxyProperty() local
299 auto p = Super::GetPropertyByName(name); in GetPropertyByName() local
311 void ProxyObject::RemoveProperty(const IProperty::Ptr& p) in RemoveProperty()