Lines Matching defs:p
58 [this](auto p) { in Build()
84 static bool SerializeEmbeddedProxy(IProperty::Ptr p) in SerializeEmbeddedProxy()
97 if (auto p = interface_pointer_cast<IProperty>(info.object)) { in OnPropertyAdded() local
103 [this](auto p) { in OnPropertyAdded()
115 if (auto p = interface_cast<IProperty>(info.object)) { in OnPropertyRemoved() local
124 void ProxyObject::OnPropertyChanged(const IProperty::Ptr& p) in OnPropertyChanged()
251 if (auto p = m->GetProperty(name)) { in ReflectTargetForProperty() local
300 if (auto p = meta_->GetProperty(property->GetName())) { in SetPropertyTarget() local
312 auto p = meta_->GetProperty(name); in AddProxyProperty() local
325 IProperty::Ptr p; in AddProxyProperty() local
354 auto p = meta_->GetProperty(name, q); in GetProperty() local
366 bool ProxyObject::RemoveProperty(const IProperty::Ptr& p) in RemoveProperty()
418 for (const auto& p : meta_->GetProperties()) { in RemoveAllProxyProperties() local