RatingCountByStar
|| fRatingCountNoStar != other.RatingCountByStar(-1)) {
if (fRatingCountByStar[i] != other.RatingCountByStar(i))
fRatingCountByStar[i] = other->RatingCountByStar(i);
if (!fSource.IsSet() || fSource->RatingCountByStar(star) != ratingCount) {
fRatingCountNoStar = value->RatingCountByStar(RATING_MISSING_STAR);
fRatingCountByStar[i] = value->RatingCountByStar(i);
fRatingCountNoStar(other.RatingCountByStar(RATING_MISSING_STAR))
fRatingCountByStar[i] = other.RatingCountByStar(i);
int RatingCountByStar(int star) const;
int32 count = summary->RatingCountByStar(5 - i);