Searched refs:newCompsIter (Results 1 – 3 of 3) sorted by relevance
156 auto newCompsIter = additionalChildComps.begin(); in MappingChildWithId() local157 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()
155 auto newCompsIter = additionalChildComps.begin(); in LocalizedUpdate() local156 std::advance(newCompsIter, additionalChildIndex++); in LocalizedUpdate()157 InflateComponent(*newCompsIter, slot, renderSlot); in LocalizedUpdate()
1370 auto newCompsIter = newChildComponents.begin(); in LocalizedUpdate() local1371 std::advance(newCompsIter, newChildIndex); in LocalizedUpdate()1372 AppendNewComponent(*newCompsIter); in LocalizedUpdate()