Searched refs:depotInfoRef (Results 1 – 3 of 3) sorted by relevance
111 DepotInfoRef depotInfoRef = DepotInfoRef( in RunInternal() local114 if (!depotInfoRef.IsSet()) in RunInternal()122 depotInfoRef->SetIdentifier(repoConfig.Identifier()); in RunInternal()131 depots[i] = depotInfoRef; in RunInternal()278 DepotInfoRef depotInfoRef(new(std::nothrow) DepotInfo(repoName), true); in RunInternal() local280 if (!depotInfoRef.IsSet()) in RunInternal()283 depots.push_back(depotInfoRef); in RunInternal()287 depotInfoRef->AddPackage(it->second); in RunInternal()
152 DepotInfoRef depotInfoRef = *it; in PackageForName() local153 PackageInfoRef packageInfoRef = depotInfoRef->PackageByName(name); in PackageForName()
968 DepotInfoRef depotInfoRef = *it; in _AdoptModel() local969 for (int i = 0; i < depotInfoRef->CountPackages(); i++) { in _AdoptModel()970 PackageInfoRef package = depotInfoRef->PackageAtIndex(i); in _AdoptModel()