Searched refs:multiComposed (Results 1 – 3 of 3) sorted by relevance
112 auto multiComposed = AceType::MakeRefPtr<MultiComposedComponent>(key, "LazyForEach"); in ExpandChildrenOnInitial() local113 stack->Push(multiComposed); in ExpandChildrenOnInitial()135 auto multiComposed = AceType::MakeRefPtr<MultiComposedComponent>(key, "LazyForEach"); in OnGetChildByIndex() local136 viewStack->Push(multiComposed); in OnGetChildByIndex()148 ACE_DCHECK(multiComposed == component); in OnGetChildByIndex()150 while (multiComposed) { in OnGetChildByIndex()151 const auto& children = multiComposed->GetChildren(); in OnGetChildByIndex()157 multiComposed = AceType::DynamicCast<MultiComposedComponent>(component); in OnGetChildByIndex()
24 auto multiComposed = AceType::DynamicCast<MultiComposedComponent>(newComponent); in CanUpdate() local25 return multiComposed ? id_ == multiComposed->GetId() : false; in CanUpdate()30 auto multiComposed = AceType::DynamicCast<MultiComposedComponent>(component_); in PerformBuild() local31 if (!multiComposed) { in PerformBuild()36 UpdateChildren(multiComposed->GetChildren()); in PerformBuild()
149 auto multiComposed = AceType::DynamicCast<MultiComposedComponent>(child); in AppendChild() local150 if (!multiComposed) { in AppendChild()154 for (const auto& childComponent : multiComposed->GetChildren()) { in AppendChild()