Searched refs:m_sourceCount (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/
H A DSearchFile.cpp44 m_sourceCount(0),
80 m_sourceCount = tag.GetInt();
102 m_sourceCount(other.m_sourceCount),
140 m_sourceCount = std::max(m_sourceCount, other.m_sourceCount);
143 m_sourceCount += other.m_sourceCount;
254 sourceCount = std::max(sourceCount, child->m_sourceCount);
[all...]
H A DSearchFile.h102 uint32 GetSourceCount() const { return m_sourceCount; }
202 uint32 m_sourceCount; member in class:CSearchFile
H A Damule-remote-gui.cpp1973 m_sourceCount(0),
2034 uint32 sourceCount = file->m_sourceCount;
2037 tag->SourceCount(&file->m_sourceCount);
2041 if (file->m_sourceCount != sourceCount

Completed in 133 milliseconds