Symbol: BuildRef
src/apps/haikudepot/model/Model.cpp
119
fFilterSpecification = PackageFilterSpecificationBuilder().BuildRef();
src/apps/haikudepot/packagemanagement/AbstractPackageProcess.cpp
101
= PackageLocalInfoBuilder(package->LocalInfo()).ClearInstallationLocations().BuildRef();
src/apps/haikudepot/packagemanagement/AbstractPackageProcess.cpp
104
= PackageInfoBuilder(package).WithLocalInfo(localInfo).BuildRef();
src/apps/haikudepot/packagemanagement/AbstractPackageProcess.cpp
61
= PackageLocalInfoBuilder(package->LocalInfo()).WithState(state).BuildRef();
src/apps/haikudepot/packagemanagement/AbstractPackageProcess.cpp
64
= PackageInfoBuilder(package).WithLocalInfo(localInfo).BuildRef();
src/apps/haikudepot/packagemanagement/AbstractPackageProcess.cpp
81
= PackageLocalInfoBuilder(package->LocalInfo()).WithDownloadProgress(value).BuildRef();
src/apps/haikudepot/packagemanagement/AbstractPackageProcess.cpp
84
= PackageInfoBuilder(package).WithLocalInfo(localInfo).BuildRef();
src/apps/haikudepot/packagemodel/DepotInfo.h
62
DepotInfoRef BuildRef() const;
src/apps/haikudepot/packagemodel/PackageClassificationInfo.h
72
BuildRef() const;
src/apps/haikudepot/packagemodel/PackageCoreInfo.h
73
PackageCoreInfoRef BuildRef();
src/apps/haikudepot/packagemodel/PackageFilterSpecification.h
72
BuildRef();
src/apps/haikudepot/packagemodel/PackageInfo.h
96
PackageInfoRef BuildRef();
src/apps/haikudepot/packagemodel/PackageLocalInfo.h
98
PackageLocalInfoRef BuildRef();
src/apps/haikudepot/packagemodel/PackageLocalizedText.h
65
BuildRef();
src/apps/haikudepot/packagemodel/PackageScreenshotInfo.h
57
BuildRef();
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.h
68
BuildRef();
src/apps/haikudepot/packagemodel/UserRatingSummary.h
61
BuildRef();
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
300
data.AddDepot(depotInfoBuilder.BuildRef());
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
474
PackageLocalInfoRef localInfo = localInfoBuilder.BuildRef();
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
475
PackageLocalizedTextRef localizedText = localizedTextBuilder.BuildRef();
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
476
PackageCoreInfoRef coreInfo = coreInfoBuilder.BuildRef();
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
477
PackageScreenshotInfoRef screenshotInfo = screenshotInfoBuilder.BuildRef();
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
486
.BuildRef();
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
516
.BuildRef());
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
523
.BuildRef();
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
526
= PackageInfoBuilder(packageInfo).WithCoreInfo(coreInfo).BuildRef();
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
645
.BuildRef();
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
650
.BuildRef();
src/apps/haikudepot/server/PopulatePkgChangelogFromServerProcess.cpp
101
= PackageLocalizedTextBuilder(package->LocalizedText()).WithChangelog(value).BuildRef();
src/apps/haikudepot/server/PopulatePkgChangelogFromServerProcess.cpp
104
= PackageInfoBuilder(package).WithLocalizedText(localizedText).BuildRef();
src/apps/haikudepot/server/PopulatePkgSizesProcess.cpp
92
PackageLocalInfoRef localInfo = localInfoBuilder.BuildRef();
src/apps/haikudepot/server/PopulatePkgSizesProcess.cpp
95
PackageInfoBuilder(package).WithLocalInfo(localInfo).BuildRef());
src/apps/haikudepot/server/PopulatePkgUserRatingsFromServerProcess.cpp
268
userRatingInfoBuilder.WithSummary(userRatingSummaryBuilder.BuildRef());
src/apps/haikudepot/server/PopulatePkgUserRatingsFromServerProcess.cpp
283
.WithUserRatingInfo(userRatingInfoBuilder.BuildRef())
src/apps/haikudepot/server/PopulatePkgUserRatingsFromServerProcess.cpp
284
.BuildRef();
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
186
.BuildRef());
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
218
.WithScreenshotInfo(screenshotInfoBuilder.BuildRef())
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
219
.WithUserRatingInfo(userRatingBuilder.BuildRef())
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
220
.WithLocalizedText(localizedTextBuilder.BuildRef())
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
221
.WithLocalInfo(localInfoBuilder.BuildRef())
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
222
.WithCoreInfo(coreInfoBuilder.BuildRef())
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
223
.WithPackageClassificationInfo(classificationInfoBuilder.BuildRef())
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
224
.BuildRef();
src/apps/haikudepot/server/ServerRepositoryDataUpdateProcess.cpp
87
DepotInfoRef depotInfo = depotBuilder.BuildRef();
src/apps/haikudepot/ui/App.cpp
391
packageBuilder.WithLocalInfo(localInfoBuilder.BuildRef());
src/apps/haikudepot/ui/App.cpp
396
MainWindow* window = new MainWindow(settings, packageBuilder.BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
1086
fModel.SetFilterSpecification(filterSpecificationBuilder.BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
1142
.BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
1280
= PackageLocalInfoBuilder(package->LocalInfo()).WithViewed().BuildRef();
src/apps/haikudepot/ui/MainWindow.cpp
1281
fModel.AddPackage(PackageInfoBuilder(package).WithLocalInfo(localInfoRef).BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
1363
.BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
1376
.BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
1466
.ClearInstallationLocations().BuildRef();
src/apps/haikudepot/ui/MainWindow.cpp
1469
PackageInfoBuilder(package).WithLocalInfo(localInfo).BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
348
.BuildRef();
src/apps/haikudepot/ui/MainWindow.cpp
352
.BuildRef();
src/apps/haikudepot/ui/MainWindow.cpp
355
= PackageInfoBuilder(package).WithCoreInfo(coreInfo).BuildRef();
src/apps/haikudepot/ui/MainWindow.cpp
549
.BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
559
.BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
569
.BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
579
.BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
631
.BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
643
.BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
657
.BuildRef());
src/apps/haikudepot/util/PackageKitUtils.cpp
100
.BuildRef();
src/apps/haikudepot/util/PackageKitUtils.cpp
97
.WithCoreInfo(coreInfoBuilder.BuildRef())
src/apps/haikudepot/util/PackageKitUtils.cpp
98
.WithLocalizedText(localizedTextBuilder.BuildRef())
src/apps/haikudepot/util/PackageKitUtils.cpp
99
.WithLocalInfo(localInfoBuilder.BuildRef())
src/tests/apps/haikudepot/DumpExportRepositoryTest.cpp
147
DumpExportRepositoryRef repositoryRef = builder.BuildRef();
src/tests/apps/haikudepot/DumpExportRepositoryTest.cpp
170
DumpExportRepositoryRef repositoryRef = builder.BuildRef();
src/tests/apps/haikudepot/DumpExportRepositoryTest.cpp
387
.BuildRef())
src/tests/apps/haikudepot/DumpExportRepositoryTest.cpp
388
.BuildRef())
src/tests/apps/haikudepot/DumpExportRepositoryTest.cpp
389
.BuildRef();
src/tests/apps/haikudepot/DumpExportRepositoryTest.cpp
43
= DumpExportRepositoryBuilder(repositoryRef1).WithCode("craters").BuildRef();
src/tests/apps/haikudepot/DumpExportRepositoryTest.cpp
67
.BuildRef())
src/tests/apps/haikudepot/DumpExportRepositoryTest.cpp
68
.BuildRef();
src/tests/apps/haikudepot/DumpExportRepositoryTest.cpp
89
DumpExportRepositoryRef repositoryBeforeRef = builder.BuildRef();
src/tests/apps/haikudepot/DumpExportRepositoryTest.cpp
95
DumpExportRepositoryRef repositoryAfterRef = builder.WithCode("birch").BuildRef();