Lines Matching refs:toDelete
2621 MediumDeleteRecList toDelete;
2776 toDelete.push_back(MediumDeleteRec(pHD, pSource, pTarget,
2788 toDelete.push_back(MediumDeleteRec(pHD, pSource, pTarget,
2807 MediumDeleteRecList::const_iterator it_md = toDelete.begin();
2809 while (it_md != toDelete.end())
2943 for (MediumDeleteRecList::iterator it = toDelete.begin();
2944 it != toDelete.end();)
3116 it = toDelete.erase(it);
3151 for (MediumDeleteRecList::const_iterator it = toDelete.begin();
3152 it != toDelete.end();