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