Symbol: DepotInfoRef
src/apps/haikudepot/model/Model.cpp
285
Model::SetDepots(const DepotInfoRef& depot)
src/apps/haikudepot/model/Model.cpp
288
std::vector<DepotInfoRef> depots;
src/apps/haikudepot/model/Model.cpp
295
Model::SetDepots(const std::vector<DepotInfoRef>& depots)
src/apps/haikudepot/model/Model.cpp
300
std::vector<DepotInfoRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
303
DepotInfoRef depot = *it;
src/apps/haikudepot/model/Model.cpp
320
const std::vector<DepotInfoRef>
src/apps/haikudepot/model/Model.cpp
324
std::vector<DepotInfoRef> result;
src/apps/haikudepot/model/Model.cpp
325
std::map<BString, DepotInfoRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
334
const DepotInfoRef
src/apps/haikudepot/model/Model.cpp
338
std::map<BString, DepotInfoRef>::const_iterator it = fDepots.find(name);
src/apps/haikudepot/model/Model.cpp
341
return DepotInfoRef();
src/apps/haikudepot/model/Model.cpp
345
const DepotInfoRef
src/apps/haikudepot/model/Model.cpp
349
std::map<BString, DepotInfoRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
356
return DepotInfoRef();
src/apps/haikudepot/model/Model.cpp
604
const DepotInfoRef& depot = DepotForName(depotName);
src/apps/haikudepot/model/Model.h
139
void SetDepots(const DepotInfoRef& depot);
src/apps/haikudepot/model/Model.h
140
void SetDepots(const std::vector<DepotInfoRef>& depots);
src/apps/haikudepot/model/Model.h
141
const std::vector<DepotInfoRef>
src/apps/haikudepot/model/Model.h
143
const DepotInfoRef DepotForName(const BString& name) const;
src/apps/haikudepot/model/Model.h
144
const DepotInfoRef DepotForIdentifier(const BString& identifier) const;
src/apps/haikudepot/model/Model.h
204
std::map<BString, DepotInfoRef>
src/apps/haikudepot/packagemodel/DepotInfo.cpp
124
DepotInfoBuilder::DepotInfoBuilder(const DepotInfoRef& value)
src/apps/haikudepot/packagemodel/DepotInfo.cpp
160
DepotInfoRef
src/apps/haikudepot/packagemodel/DepotInfo.cpp
170
return DepotInfoRef(depotInfo, true);
src/apps/haikudepot/packagemodel/DepotInfo.h
60
DepotInfoBuilder(const DepotInfoRef& value);
src/apps/haikudepot/packagemodel/DepotInfo.h
63
DepotInfoRef BuildRef() const;
src/apps/haikudepot/packagemodel/DepotInfo.h
75
DepotInfoRef fSource;
src/apps/haikudepot/server/IncrementViewCounterProcess.cpp
64
DepotInfoRef depot = fModel->DepotForName(depotName);
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
443
DepotInfoRef depotInfoForSolverRemoteRepository
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
61
void AddDepot(DepotInfoRef depotInfo);
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
62
const DepotInfoRef DepotByName(const BString& name) const;
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
720
std::map<BString, DepotInfoRef>::iterator depotIt;
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
721
std::vector<DepotInfoRef> depots;
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
724
const DepotInfoRef depotInfo = depotIt->second;
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
78
std::map<BString, DepotInfoRef>
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
796
LocalPkgDataLoadProcessUtilsData::AddDepot(DepotInfoRef depotInfo)
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
867
const DepotInfoRef
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
871
std::map<BString, DepotInfoRef>::const_iterator it = fDepots.find(name);
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
877
return DepotInfoRef();
src/apps/haikudepot/server/PopulatePkgUserRatingsFromServerProcess.cpp
297
const DepotInfoRef depot = fModel->DepotForName(depotName);
src/apps/haikudepot/server/ServerRepositoryDataUpdateProcess.cpp
103
DepotInfoRef depotForIdentifier = fModel->DepotForIdentifier(identifier);
src/apps/haikudepot/server/ServerRepositoryDataUpdateProcess.cpp
44
DepotInfoRef& depot,
src/apps/haikudepot/server/ServerRepositoryDataUpdateProcess.cpp
51
std::vector<DepotInfoRef>
src/apps/haikudepot/server/ServerRepositoryDataUpdateProcess.cpp
71
DepotMatchingRepositoryListener::_SetupRepositoryData(DepotInfoRef& depot,
src/apps/haikudepot/server/ServerRepositoryDataUpdateProcess.cpp
82
DepotInfoRef depotInfo = depotBuilder.BuildRef();
src/apps/haikudepot/server/WebAppInterface.cpp
801
WebAppInterface::IncrementViewCounter(const PackageInfoRef package, const DepotInfoRef depot,
src/apps/haikudepot/server/WebAppInterface.h
144
const DepotInfoRef depot,
src/apps/haikudepot/ui/MainWindow.cpp
1733
std::vector<DepotInfoRef> depots = _CreateSnapshotOfDepots();
src/apps/haikudepot/ui/MainWindow.cpp
1734
std::vector<DepotInfoRef>::iterator it;
src/apps/haikudepot/ui/MainWindow.cpp
1737
DepotInfoRef depot = *it;
src/apps/haikudepot/ui/MainWindow.cpp
2067
std::vector<DepotInfoRef>
src/apps/haikudepot/ui/MainWindow.cpp
362
DepotInfoRef depot = DepotInfoBuilder()
src/apps/haikudepot/ui/MainWindow.h
82
std::vector<DepotInfoRef>
src/apps/haikudepot/ui/PackageInfoView.cpp
490
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);