Searched refs:package_idx (Results 1 – 1 of 1) sorted by relevance
332 const uint8_t package_idx = package_ids_[package_id]; in FindEntry() local333 if (package_idx == 0xff) { in FindEntry()338 const PackageGroup& package_group = package_groups_[package_idx]; in FindEntry()937 const int package_idx = get_package_id(attr_resid); in ApplyStyle() local941 if (last_package_idx != package_idx) { in ApplyStyle()942 std::unique_ptr<Package>& package = packages_[package_idx]; in ApplyStyle()946 last_package_idx = package_idx; in ApplyStyle()993 const int package_idx = get_package_id(resid); in GetAttribute() local994 const Package* package = packages_[package_idx].get(); in GetAttribute()