HomeSort by relevance Sort by last modified time
    Searched refs:VersionMap (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Object/
ELF.h 294 mutable SmallVector<VersionMapEntry, 16> VersionMap;
434 // in the VersionMap according to its index.
451 if (index >= VersionMap.size())
452 VersionMap.resize(index + 1);
453 VersionMap[index] = VersionMapEntry(vd);
459 // in the VersionMap according to its index.
483 if (index >= VersionMap.size())
484 VersionMap.resize(index + 1);
485 VersionMap[index] = VersionMapEntry(vna);
498 // Has the VersionMap already been loaded
    [all...]
  /external/chromium_org/content/browser/service_worker/
service_worker_context_core.h 189 typedef std::map<int64, ServiceWorkerVersion*> VersionMap;
service_worker_context_core.cc 130 for (VersionMap::iterator it = live_versions_.begin();
277 VersionMap::iterator it = live_versions_.find(id);

Completed in 284 milliseconds