Home | History | Annotate | Download | only in syncable

Lines Matching refs:to_purge

766       std::set<EntryKernel*> to_purge;
778 to_purge.insert(it->second);
782 for (std::set<EntryKernel*>::iterator it = to_purge.begin();
783 it != to_purge.end(); ++it) {