Searched refs:package_groups_ (Results 1 – 1 of 1) sorted by relevance
194 final private List<PackageGroup> package_groups_ = new ArrayList<>(); field in CppAssetManager2288 package_groups_.clear(); in BuildDynamicRefTable()314 package_ids_[package_id] = idx = (byte) package_groups_.size(); in BuildDynamicRefTable()323 package_groups_.add(newPackageGroup); in BuildDynamicRefTable()325 PackageGroup package_group = package_groups_.get(idx); in BuildDynamicRefTable()343 for (PackageGroup iter : package_groups_) { in BuildDynamicRefTable()345 for (PackageGroup iter2 : package_groups_) { in BuildDynamicRefTable()407 return package_groups_.get(idx).dynamic_ref_table; in GetDynamicRefTableForPackage()413 for (final PackageGroup package_group : package_groups_) { in GetDynamicRefTableForCookie()449 for (final PackageGroup package_group : package_groups_) { in GetResourceConfigurations()[all …]