Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp1079 auto oldIt = assets.begin(); in CompAssets() local
1081 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()