Searched refs:oldIt (Results 1 – 1 of 1) sorted by relevance
1079 auto oldIt = assets.begin(); in CompAssets() local1081 for (; oldIt != assets.end() && newIt != newAssets.end();) { in CompAssets()1082 if (oldIt->first == newIt->first) { in CompAssets()1083 MergeAsset(oldIt->second, newIt->second); in CompAssets()1084 oldIt++; in CompAssets()1088 if (oldIt->first < newIt->first) { in CompAssets()1089 ++oldIt; in CompAssets()