Searched refs:copyCounts (Results 1 – 2 of 2) sorted by relevance
38 CopyCounts += Other.copyCounts(); in operator +=() 48 return copyCounts() == Other.copyCounts() && in operator ==() 62 Ret += CopyWeight * copyCounts(); in getScore()
40 double copyCounts() const { return CopyCounts; } in copyCounts() function