Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp1068 auto oldIt = assets.begin(); in CompAssets() local
1070 for (; oldIt != assets.end() && newIt != newAssets.end();) { in CompAssets()
1071 if (oldIt->first == newIt->first) { in CompAssets()
1072 MergeAsset(oldIt->second, newIt->second); in CompAssets()
1073 oldIt++; in CompAssets()
1077 if (oldIt->first < newIt->first) { in CompAssets()
1078 ++oldIt; in CompAssets()

Completed in 3 milliseconds