Symbol: UserRatingSummaryRef
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.cpp
166
PackageUserRatingInfoBuilder::WithSummary(UserRatingSummaryRef value)
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.cpp
29
const UserRatingSummaryRef
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.cpp
37
PackageUserRatingInfo::SetSummary(UserRatingSummaryRef value)
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.h
37
const UserRatingSummaryRef
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.h
44
void SetSummary(UserRatingSummaryRef value);
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.h
51
UserRatingSummaryRef
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.h
73
WithSummary(UserRatingSummaryRef value);
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.h
86
UserRatingSummaryRef
src/apps/haikudepot/packagemodel/UserRatingSummary.cpp
136
UserRatingSummaryBuilder::UserRatingSummaryBuilder(const UserRatingSummaryRef& other)
src/apps/haikudepot/packagemodel/UserRatingSummary.cpp
153
UserRatingSummaryRef
src/apps/haikudepot/packagemodel/UserRatingSummary.cpp
167
return UserRatingSummaryRef(userRatingSummary, true);
src/apps/haikudepot/packagemodel/UserRatingSummary.h
57
UserRatingSummaryBuilder(const UserRatingSummaryRef& other);
src/apps/haikudepot/packagemodel/UserRatingSummary.h
60
UserRatingSummaryRef
src/apps/haikudepot/packagemodel/UserRatingSummary.h
75
UserRatingSummaryRef
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
808
UserRatingSummaryRef userRatingSummary = userRatingInfo->Summary();
src/apps/haikudepot/ui/PackageInfoView.cpp
1033
UserRatingSummaryRef userRatingSummary;
src/apps/haikudepot/ui/PackageInfoView.cpp
410
UserRatingSummaryRef userRatingSummary;
src/apps/haikudepot/ui/PackageInfoView.cpp
951
void SetToSummary(const UserRatingSummaryRef summary)
src/apps/haikudepot/ui/PackageListView.cpp
858
UserRatingSummaryRef userRatingSummary;
src/apps/haikudepot/util/RatingUtils.cpp
115
UserRatingSummaryRef summary = userRatingInfo->Summary();