Searched refs:package_groups_ (Results 1 – 2 of 2) sorted by relevance
139 package_groups_.clear(); in BuildDynamicRefTable()189 PackageGroup& target_package_group = package_groups_[target_idx]; in BuildDynamicRefTable()210 package_ids_[package_id] = idx = static_cast<uint8_t>(package_groups_.size()); in BuildDynamicRefTable()211 PackageGroup& new_group = package_groups_.emplace_back(); in BuildDynamicRefTable()225 PackageGroup* package_group = &package_groups_[idx]; in BuildDynamicRefTable()245 for (const auto& group : package_groups_) { in BuildDynamicRefTable()248 for (auto&& inner_group : package_groups_) { in BuildDynamicRefTable()266 for (auto& group : std::span(package_groups_.data(), package_groups_.size() - 1)) { in BuildDynamicRefTable()269 package_groups_.back().dynamic_ref_table->setAliases(std::move(aliases)); in BuildDynamicRefTable()292 for (const auto& package_group: package_groups_) { in DumpToLog()[all …]
469 std::vector<PackageGroup> package_groups_; variable