Searched refs:m_completedDownloads (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDownloadQueue.cpp189 out_list.reserve(m_filelist.size() + includeCompleted ? m_completedDownloads.size() : 0);
194 for (FileList::const_iterator it = m_completedDownloads.begin(); it != m_completedDownloads.end(); ++it) {
557 for (FileList::const_iterator it = m_completedDownloads.begin(); it != m_completedDownloads.end(); ++it) {
809 m_completedDownloads.push_back(file);
818 for (FileList::iterator it = m_completedDownloads.begin(); it != m_completedDownloads.end(); it++) {
821 m_completedDownloads.erase(it);
1144 for (FileList::iterator it = m_completedDownloads
[all...]
H A DDownloadQueue.h391 FileList m_completedDownloads; member in class:CDownloadQueue

Completed in 89 milliseconds