HomeSort by relevance Sort by last modified time
    Searched full:lookup_it (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/sync/engine/
model_type_sync_proxy_impl.cc 259 UpdateMap::iterator lookup_it = pending_updates_map_.find(client_tag_hash); local
260 if (lookup_it == pending_updates_map_.end()) {
263 } else if (lookup_it->second->response_version <= update.response_version) {
264 delete lookup_it->second;
265 pending_updates_map_.erase(lookup_it);

Completed in 128 milliseconds