Home
last modified time | relevance | path

Searched refs:additionalChildIndex (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_part_upd/foreach/
H A Dforeach_element.cpp150 int additionalChildIndex = 0; in LocalizedUpdate() local
156 std::advance(newCompsIter, additionalChildIndex++); in LocalizedUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_node.cpp150 int32_t additionalChildIndex = 0; in MappingChildWithId() local
157 std::advance(newCompsIter, additionalChildIndex++); in MappingChildWithId()