Searched refs:IsCPartFile (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DKnownFile.h184 virtual bool IsCPartFile() const { return false; } // true if it's a CPartFile function in class:CKnownFile
H A DPartFile.h109 bool IsCPartFile() const { return true; } // true if it's a CPartFile function in class:CPartFile
H A DExternalConn.cpp111 CPartFile * m_PartFile() { wxASSERT(m_file->IsCPartFile()); return (CPartFile *)m_file; }
169 // The curr_files.count(id) is enough, the IsCPartFile() is just a speedup.
170 if (shares[i]->IsCPartFile() && curr_files.count(id)) {
H A Damule-remote-gui.cpp1430 if (kf && kf->IsCPartFile()) {

Completed in 130 milliseconds