Symbol: BuildRef
src/apps/haikudepot/model/Model.cpp
103
fFilterSpecification = PackageFilterSpecificationBuilder().BuildRef();
src/apps/haikudepot/packagemanagement/AbstractPackageProcess.cpp
100
= PackageInfoBuilder(package).WithLocalInfo(localInfo).BuildRef();
src/apps/haikudepot/packagemanagement/AbstractPackageProcess.cpp
57
= PackageLocalInfoBuilder(package->LocalInfo()).WithState(state).BuildRef();
src/apps/haikudepot/packagemanagement/AbstractPackageProcess.cpp
60
= PackageInfoBuilder(package).WithLocalInfo(localInfo).BuildRef();
src/apps/haikudepot/packagemanagement/AbstractPackageProcess.cpp
77
= PackageLocalInfoBuilder(package->LocalInfo()).WithDownloadProgress(value).BuildRef();
src/apps/haikudepot/packagemanagement/AbstractPackageProcess.cpp
80
= PackageInfoBuilder(package).WithLocalInfo(localInfo).BuildRef();
src/apps/haikudepot/packagemanagement/AbstractPackageProcess.cpp
97
= PackageLocalInfoBuilder(package->LocalInfo()).ClearInstallationLocations().BuildRef();
src/apps/haikudepot/packagemodel/DepotInfo.h
63
DepotInfoRef BuildRef() const;
src/apps/haikudepot/packagemodel/PackageClassificationInfo.h
72
BuildRef() const;
src/apps/haikudepot/packagemodel/PackageCoreInfo.h
74
PackageCoreInfoRef BuildRef();
src/apps/haikudepot/packagemodel/PackageFilterSpecification.h
73
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
69
BuildRef();
src/apps/haikudepot/packagemodel/UserRatingSummary.h
62
BuildRef();
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
298
data.AddDepot(depotInfoBuilder.BuildRef());
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
472
PackageLocalInfoRef localInfo = localInfoBuilder.BuildRef();
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
473
PackageLocalizedTextRef localizedText = localizedTextBuilder.BuildRef();
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
474
PackageCoreInfoRef coreInfo = coreInfoBuilder.BuildRef();
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
475
PackageScreenshotInfoRef screenshotInfo = screenshotInfoBuilder.BuildRef();
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
484
.BuildRef();
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
514
.BuildRef());
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
521
.BuildRef();
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
524
= PackageInfoBuilder(packageInfo).WithCoreInfo(coreInfo).BuildRef();
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
643
.BuildRef();
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
648
.BuildRef();
src/apps/haikudepot/server/PopulatePkgChangelogFromServerProcess.cpp
100
= PackageLocalizedTextBuilder(package->LocalizedText()).WithChangelog(value).BuildRef();
src/apps/haikudepot/server/PopulatePkgChangelogFromServerProcess.cpp
103
= 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
267
userRatingInfoBuilder.WithSummary(userRatingSummaryBuilder.BuildRef());
src/apps/haikudepot/server/PopulatePkgUserRatingsFromServerProcess.cpp
282
.WithUserRatingInfo(userRatingInfoBuilder.BuildRef())
src/apps/haikudepot/server/PopulatePkgUserRatingsFromServerProcess.cpp
283
.BuildRef();
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
178
.BuildRef());
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
210
.WithScreenshotInfo(screenshotInfoBuilder.BuildRef())
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
211
.WithUserRatingInfo(userRatingBuilder.BuildRef())
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
212
.WithLocalizedText(localizedTextBuilder.BuildRef())
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
213
.WithLocalInfo(localInfoBuilder.BuildRef())
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
214
.WithCoreInfo(coreInfoBuilder.BuildRef())
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
215
.WithPackageClassificationInfo(classificationInfoBuilder.BuildRef())
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
216
.BuildRef();
src/apps/haikudepot/server/ServerRepositoryDataUpdateProcess.cpp
82
DepotInfoRef depotInfo = depotBuilder.BuildRef();
src/apps/haikudepot/ui/App.cpp
393
packageBuilder.WithLocalInfo(localInfoBuilder.BuildRef());
src/apps/haikudepot/ui/App.cpp
398
MainWindow* window = new MainWindow(settings, packageBuilder.BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
1140
fModel.SetFilterSpecification(filterSpecificationBuilder.BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
1196
.BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
1402
= PackageLocalInfoBuilder(package->LocalInfo()).WithViewed().BuildRef();
src/apps/haikudepot/ui/MainWindow.cpp
1403
fModel.AddPackage(PackageInfoBuilder(package).WithLocalInfo(localInfoRef).BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
1483
.BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
1496
.BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
1585
.ClearInstallationLocations().BuildRef();
src/apps/haikudepot/ui/MainWindow.cpp
1588
PackageInfoBuilder(package).WithLocalInfo(localInfo).BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
365
.BuildRef();
src/apps/haikudepot/ui/MainWindow.cpp
369
.BuildRef();
src/apps/haikudepot/ui/MainWindow.cpp
372
= PackageInfoBuilder(package).WithCoreInfo(coreInfo).BuildRef();
src/apps/haikudepot/ui/MainWindow.cpp
580
.BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
590
.BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
600
.BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
610
.BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
626
.BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
638
.BuildRef());
src/apps/haikudepot/ui/MainWindow.cpp
652
.BuildRef());
src/apps/haikudepot/util/PackageKitUtils.cpp
100
.WithLocalInfo(localInfoBuilder.BuildRef())
src/apps/haikudepot/util/PackageKitUtils.cpp
101
.BuildRef();
src/apps/haikudepot/util/PackageKitUtils.cpp
98
.WithCoreInfo(coreInfoBuilder.BuildRef())
src/apps/haikudepot/util/PackageKitUtils.cpp
99
.WithLocalizedText(localizedTextBuilder.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();