Searched refs:update_it (Results 1 – 3 of 3) sorted by relevance
291 for (SyncEntityList::const_iterator update_it = applicable_updates.begin(); in ProcessDownloadedUpdates() local292 update_it != applicable_updates.end(); ++update_it) { in ProcessDownloadedUpdates()293 DCHECK_EQ(type, GetModelType(**update_it)); in ProcessDownloadedUpdates()294 if (!UpdateContainsNewVersion(trans, **update_it)) { in ProcessDownloadedUpdates()298 if ((*update_it)->deleted()) { in ProcessDownloadedUpdates()302 VerifyResult verify_result = VerifyUpdate(trans, **update_it, type); in ProcessDownloadedUpdates()305 ProcessUpdate(**update_it, dir->GetCryptographer(trans), trans); in ProcessDownloadedUpdates()
109 for (SyncEntityList::const_iterator update_it = applicable_updates.begin(); in ProcessGetUpdatesResponse() local110 update_it != applicable_updates.end(); in ProcessGetUpdatesResponse()111 ++update_it) { in ProcessGetUpdatesResponse()112 const sync_pb::SyncEntity* update_entity = *update_it; in ProcessGetUpdatesResponse()
269 DBCacheMap::const_iterator update_it = db_cache()->find(key); in TEST_F() local270 EXPECT_TRUE(update_it != db_cache()->end()); in TEST_F()272 EXPECT_EQ(update_row.number_of_hits, update_it->second.number_of_hits); in TEST_F()273 EXPECT_EQ(update_row.number_of_misses, update_it->second.number_of_misses); in TEST_F()