Lines Matching refs:Super
32 for (auto&& p : Super::GetAllProperties()) { in ~ProxyObject()
40 bool ret = Super::Build(data); in Build()
51 for (auto&& p : Super::GetAllProperties()) { in Build()
151 Super::RemoveProperty(p.second.GetProperty()); in RefreshProperties()
157 Super::RemoveProperty(p.second.GetProperty()); in RefreshProperties()
190 for (auto&& p : Super::GetAllProperties()) { in ReflectHierarchy()
252 if (auto p = Super::GetPropertyByName(property->GetName())) { in SetPropertyTarget()
299 auto p = Super::GetPropertyByName(name); in GetPropertyByName()
313 Super::RemoveProperty(p); in RemoveProperty()
320 return Super::GetAllProperties(); in GetAllProperties()
326 return Super::GetAllProperties(); in GetAllProperties()
342 for (auto&& p : Super::GetAllProperties()) { in UpdateSerializeState()