Searched refs:package_groups_ (Results 1 – 2 of 2) sorted by relevance
89 package_groups_.clear(); in BuildDynamicRefTable()110 package_ids_[package_id] = idx = static_cast<uint8_t>(package_groups_.size()); in BuildDynamicRefTable()111 package_groups_.push_back({}); in BuildDynamicRefTable()112 DynamicRefTable& ref_table = package_groups_.back().dynamic_ref_table; in BuildDynamicRefTable()116 PackageGroup* package_group = &package_groups_[idx]; in BuildDynamicRefTable()132 const auto package_groups_end = package_groups_.end(); in BuildDynamicRefTable()133 for (auto iter = package_groups_.begin(); iter != package_groups_end; ++iter) { in BuildDynamicRefTable()135 for (auto iter2 = package_groups_.begin(); iter2 != package_groups_end; ++iter2) { in BuildDynamicRefTable()161 for (const auto& package_group: package_groups_) { in DumpToLog()198 return &package_groups_[idx].dynamic_ref_table; in GetDynamicRefTableForPackage()[all …]
261 for (const PackageGroup& package_group : package_groups_) { in ForEachPackage()353 std::vector<PackageGroup> package_groups_; variable