Searched refs:m_kadNotes (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 DKnownFile.h134 const CKadEntryPtrList& getNotes() const { return m_kadNotes; }
156 CKadEntryPtrList m_kadNotes; member in class:CAbstractFile
H A DKnownFile.cpp124 CKadEntryPtrList::const_iterator it = other.m_kadNotes.begin();
125 for (; it != other.m_kadNotes.end(); ++it) {
126 m_kadNotes.push_back(new Kademlia::CEntry(**it));
258 CKadEntryPtrList::iterator it = m_kadNotes.begin();
259 for (; it != m_kadNotes.end(); ++it) {
266 m_kadNotes.push_front(pEntry);

Completed in 41 milliseconds