DepotInfoRef
Model::SetDepots(const DepotInfoRef& depot)
std::vector<DepotInfoRef> depots;
Model::SetDepots(const std::vector<DepotInfoRef>& depots)
std::vector<DepotInfoRef>::const_iterator it;
DepotInfoRef depot = *it;
const std::vector<DepotInfoRef>
std::vector<DepotInfoRef> result;
std::map<BString, DepotInfoRef>::const_iterator it;
const DepotInfoRef
std::map<BString, DepotInfoRef>::const_iterator it = fDepots.find(name);
return DepotInfoRef();
const DepotInfoRef
std::map<BString, DepotInfoRef>::const_iterator it;
return DepotInfoRef();
const DepotInfoRef& depot = DepotForName(depotName);
void SetDepots(const DepotInfoRef& depot);
void SetDepots(const std::vector<DepotInfoRef>& depots);
const std::vector<DepotInfoRef>
const DepotInfoRef DepotForName(const BString& name) const;
const DepotInfoRef DepotForIdentifier(const BString& identifier) const;
std::map<BString, DepotInfoRef>
DepotInfoBuilder::DepotInfoBuilder(const DepotInfoRef& value)
DepotInfoRef
return DepotInfoRef(depotInfo, true);
DepotInfoBuilder(const DepotInfoRef& value);
DepotInfoRef BuildRef() const;
DepotInfoRef fSource;
DepotInfoRef depot = fModel->DepotForName(depotName);
DepotInfoRef depotInfoForSolverRemoteRepository
void AddDepot(DepotInfoRef depotInfo);
const DepotInfoRef DepotByName(const BString& name) const;
std::map<BString, DepotInfoRef>::iterator depotIt;
std::vector<DepotInfoRef> depots;
const DepotInfoRef depotInfo = depotIt->second;
LocalPkgDataLoadProcessUtilsData::AddDepot(DepotInfoRef depotInfo)
std::map<BString, DepotInfoRef>
const DepotInfoRef
std::map<BString, DepotInfoRef>::const_iterator it = fDepots.find(name);
return DepotInfoRef();
const DepotInfoRef depot = fModel->DepotForName(depotName);
DepotInfoRef depotForIdentifier = fModel->DepotForIdentifier(identifier);
DepotInfoRef& depot,
std::vector<DepotInfoRef>
DepotMatchingRepositoryListener::_SetupRepositoryData(DepotInfoRef& depot,
DepotInfoRef depotInfo = depotBuilder.BuildRef();
WebAppInterface::IncrementViewCounter(const PackageInfoRef package, const DepotInfoRef depot,
const DepotInfoRef depot,
std::vector<DepotInfoRef> depots = _CreateSnapshotOfDepots();
std::vector<DepotInfoRef>::iterator it;
DepotInfoRef depot = *it;
std::vector<DepotInfoRef>
DepotInfoRef depot = DepotInfoBuilder()
std::vector<DepotInfoRef>
const DepotInfoRef depotInfo = fModel->DepotForName(depotName);
const DepotInfoRef depotInfo = fModel->DepotForName(depotName);
DepotInfoRef depot = fModel.DepotForName(depotName);
const DepotInfoRef depot = fModel.DepotForName(depotName);