Symbol: DepotInfoRef
src/apps/haikudepot/model/Model.cpp
257
Model::SetDepots(const DepotInfoRef& depot)
src/apps/haikudepot/model/Model.cpp
260
std::vector<DepotInfoRef> depots;
src/apps/haikudepot/model/Model.cpp
267
Model::SetDepots(const std::vector<DepotInfoRef>& depots)
src/apps/haikudepot/model/Model.cpp
272
std::vector<DepotInfoRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
275
DepotInfoRef depot = *it;
src/apps/haikudepot/model/Model.cpp
292
const std::vector<DepotInfoRef>
src/apps/haikudepot/model/Model.cpp
296
std::vector<DepotInfoRef> result;
src/apps/haikudepot/model/Model.cpp
297
std::map<BString, DepotInfoRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
306
const DepotInfoRef
src/apps/haikudepot/model/Model.cpp
310
std::map<BString, DepotInfoRef>::const_iterator it = fDepots.find(name);
src/apps/haikudepot/model/Model.cpp
313
return DepotInfoRef();
src/apps/haikudepot/model/Model.cpp
317
const DepotInfoRef
src/apps/haikudepot/model/Model.cpp
321
std::map<BString, DepotInfoRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
328
return DepotInfoRef();
src/apps/haikudepot/model/Model.cpp
533
const DepotInfoRef& depot = DepotForName(depotName);
src/apps/haikudepot/model/Model.h
130
void SetDepots(const DepotInfoRef& depot);
src/apps/haikudepot/model/Model.h
131
void SetDepots(const std::vector<DepotInfoRef>& depots);
src/apps/haikudepot/model/Model.h
132
const std::vector<DepotInfoRef>
src/apps/haikudepot/model/Model.h
134
const DepotInfoRef DepotForName(const BString& name) const;
src/apps/haikudepot/model/Model.h
135
const DepotInfoRef DepotForIdentifier(const BString& identifier) const;
src/apps/haikudepot/model/Model.h
186
std::map<BString, DepotInfoRef>
src/apps/haikudepot/packagemodel/DepotInfo.cpp
125
DepotInfoBuilder::DepotInfoBuilder(const DepotInfoRef& value)
src/apps/haikudepot/packagemodel/DepotInfo.cpp
161
DepotInfoRef
src/apps/haikudepot/packagemodel/DepotInfo.cpp
171
return DepotInfoRef(depotInfo, true);
src/apps/haikudepot/packagemodel/DepotInfo.h
59
DepotInfoBuilder(const DepotInfoRef& value);
src/apps/haikudepot/packagemodel/DepotInfo.h
62
DepotInfoRef BuildRef() const;
src/apps/haikudepot/packagemodel/DepotInfo.h
74
DepotInfoRef fSource;
src/apps/haikudepot/server/IncrementViewCounterProcess.cpp
62
DepotInfoRef depot = fModel->DepotForName(depotName);
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
445
DepotInfoRef depotInfoForSolverRemoteRepository
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
63
void AddDepot(DepotInfoRef depotInfo);
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
64
const DepotInfoRef DepotByName(const BString& name) const;
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
722
std::map<BString, DepotInfoRef>::iterator depotIt;
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
723
std::vector<DepotInfoRef> depots;
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
726
const DepotInfoRef depotInfo = depotIt->second;
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
798
LocalPkgDataLoadProcessUtilsData::AddDepot(DepotInfoRef depotInfo)
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
80
std::map<BString, DepotInfoRef>
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
869
const DepotInfoRef
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
873
std::map<BString, DepotInfoRef>::const_iterator it = fDepots.find(name);
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
879
return DepotInfoRef();
src/apps/haikudepot/server/PopulatePkgUserRatingsFromServerProcess.cpp
298
const DepotInfoRef depot = fModel->DepotForName(depotName);
src/apps/haikudepot/server/ServerRepositoryDataUpdateProcess.cpp
108
DepotInfoRef depotForIdentifier = fModel->DepotForIdentifier(identifier);
src/apps/haikudepot/server/ServerRepositoryDataUpdateProcess.cpp
49
DepotInfoRef& depot,
src/apps/haikudepot/server/ServerRepositoryDataUpdateProcess.cpp
56
std::vector<DepotInfoRef>
src/apps/haikudepot/server/ServerRepositoryDataUpdateProcess.cpp
76
DepotMatchingRepositoryListener::_SetupRepositoryData(DepotInfoRef& depot,
src/apps/haikudepot/server/ServerRepositoryDataUpdateProcess.cpp
87
DepotInfoRef depotInfo = depotBuilder.BuildRef();
src/apps/haikudepot/server/WebAppInterface.cpp
799
WebAppInterface::IncrementViewCounter(const PackageInfoRef package, const DepotInfoRef depot,
src/apps/haikudepot/server/WebAppInterface.h
144
const DepotInfoRef depot,
src/apps/haikudepot/ui/MainWindow.cpp
1635
std::vector<DepotInfoRef> depots = _CreateSnapshotOfDepots();
src/apps/haikudepot/ui/MainWindow.cpp
1636
std::vector<DepotInfoRef>::iterator it;
src/apps/haikudepot/ui/MainWindow.cpp
1639
DepotInfoRef depot = *it;
src/apps/haikudepot/ui/MainWindow.cpp
1960
std::vector<DepotInfoRef>
src/apps/haikudepot/ui/MainWindow.cpp
345
DepotInfoRef depot = DepotInfoBuilder()
src/apps/haikudepot/ui/MainWindow.h
84
std::vector<DepotInfoRef>
src/apps/haikudepot/ui/PackageInfoView.cpp
1279
const DepotInfoRef depotInfo = fModel->DepotForName(depotName);
src/apps/haikudepot/ui/PackageInfoView.cpp
476
const DepotInfoRef depotInfo = fModel->DepotForName(depotName);
src/apps/haikudepot/ui/RatePackageWindow.cpp
541
DepotInfoRef depot = fModel.DepotForName(depotName);
src/apps/haikudepot/ui/RatePackageWindow.cpp
657
const DepotInfoRef depot = fModel.DepotForName(depotName);