Searched refs:DiffTable (Results 1 – 1 of 1) sorted by relevance
241 typedef HashMap<String, Vector<size_t> > DiffTable; in diff() typedef242 DiffTable newTable; in diff()243 DiffTable oldTable; in diff()246 DiffTable::iterator it = newTable.add(newList[i]->m_sha1, Vector<size_t>()).iterator; in diff()251 DiffTable::iterator it = oldTable.add(oldList[i]->m_sha1, Vector<size_t>()).iterator; in diff()255 for (DiffTable::iterator newIt = newTable.begin(); newIt != newTable.end(); ++newIt) { in diff()259 DiffTable::iterator oldIt = oldTable.find(newIt->key); in diff()