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

  /external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.cpp 187 Archive::Map &archive_map = Archive::GetArchiveCache (); local
188 Archive::Map::iterator pos = archive_map.find (file);
189 // Don't cache a value for "archive_map.end()" below since we might
191 while (pos != archive_map.end() && pos->first == file)
214 archive_map.erase (pos);
215 pos = archive_map.find (file);

Completed in 77 milliseconds