Searched refs:package_groups_ (Results 1 – 2 of 2) sorted by relevance
81 package_groups_.clear(); in BuildDynamicRefTable()102 package_ids_[package_id] = idx = static_cast<uint8_t>(package_groups_.size()); in BuildDynamicRefTable()103 package_groups_.push_back({}); in BuildDynamicRefTable()104 DynamicRefTable& ref_table = package_groups_.back().dynamic_ref_table; in BuildDynamicRefTable()108 PackageGroup* package_group = &package_groups_[idx]; in BuildDynamicRefTable()124 const auto package_groups_end = package_groups_.end(); in BuildDynamicRefTable()125 for (auto iter = package_groups_.begin(); iter != package_groups_end; ++iter) { in BuildDynamicRefTable()127 for (auto iter2 = package_groups_.begin(); iter2 != package_groups_end; ++iter2) { in BuildDynamicRefTable()153 for (const auto& package_group: package_groups_) { in DumpToLog()183 return &package_groups_[idx].dynamic_ref_table; in GetDynamicRefTableForPackage()[all …]
239 for (const PackageGroup& package_group : package_groups_) { in ForEachPackage()323 std::vector<PackageGroup> package_groups_; variable