Home
last modified time | relevance | path

Searched refs:newCompsIter (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_node.cpp156 auto newCompsIter = additionalChildComps.begin(); in MappingChildWithId() local
157 std::advance(newCompsIter, additionalChildIndex++); in MappingChildWithId()
158 if (newCompsIter != additionalChildComps.end()) { in MappingChildWithId()
161 AddChild(*newCompsIter, DEFAULT_NODE_SLOT, false, true); in MappingChildWithId()
162 InitDragManager(*newCompsIter); in MappingChildWithId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_part_upd/foreach/
H A Dforeach_element.cpp155 auto newCompsIter = additionalChildComps.begin(); in LocalizedUpdate() local
156 std::advance(newCompsIter, additionalChildIndex++); in LocalizedUpdate()
157 InflateComponent(*newCompsIter, slot, renderSlot); in LocalizedUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.cpp1370 auto newCompsIter = newChildComponents.begin(); in LocalizedUpdate() local
1371 std::advance(newCompsIter, newChildIndex); in LocalizedUpdate()
1372 AppendNewComponent(*newCompsIter); in LocalizedUpdate()