Searched refs:m_totalFile (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DPrefs.h80 uint8_t GetTotalFile() const throw() { return m_totalFile; }
81 void SetTotalFile(uint8_t val) throw() { m_totalFile = val; }
139 uint8_t m_totalFile; member in class:Kademlia::CPrefs
H A DSearchManager.cpp403 uint8_t m_totalFile = 0; local
413 m_totalFile++;
442 prefs->SetTotalFile(m_totalFile);
H A DPrefs.cpp79 m_totalFile = 0;

Completed in 46 milliseconds