Lines Matching refs:bag_entry
47 : public BackTrackingAttributeFinder<BagAttributeFinder, const ResTable::bag_entry*> {
49 BagAttributeFinder(const ResTable::bag_entry* start, in BagAttributeFinder()
50 const ResTable::bag_entry* end) in BagAttributeFinder()
53 inline uint32_t GetAttribute(const ResTable::bag_entry* entry) const { in GetAttribute()
89 const ResTable::bag_entry* def_style_start = nullptr; in ResolveAttrs()
96 const ResTable::bag_entry* const def_style_end = in ResolveAttrs()
129 const ResTable::bag_entry* const def_style_entry = def_style_attr_finder.Find(cur_ident); in ResolveAttrs()
253 const ResTable::bag_entry* def_style_attr_start = nullptr; in ApplyStyle()
260 const ResTable::bag_entry* const def_style_attr_end = in ApplyStyle()
266 const ResTable::bag_entry* style_attr_start = nullptr; in ApplyStyle()
273 const ResTable::bag_entry* const style_attr_end = in ApplyStyle()
315 const ResTable::bag_entry* const style_attr_entry = style_attr_finder.Find(cur_ident); in ApplyStyle()
329 const ResTable::bag_entry* const def_style_attr_entry = def_style_attr_finder.Find(cur_ident); in ApplyStyle()