Lines Matching refs:attr
88 const ResourceId attr_resid = result.attr.compiled_attribute.value().id.value(); in ProcessRule()
92 ProcessRule(src_el, result.attr, attr_version, in ProcessRule()
111 for (const auto& attr : el.attributes) { in ProcessDoc() local
112 if (!attr.compiled_attribute) { in ProcessDoc()
114 out_el->attributes.push_back(CopyAttr(attr, &cloned_doc->string_pool)); in ProcessDoc()
118 const ResourceId attr_resid = attr.compiled_attribute.value().id.value(); in ProcessDoc()
122 ProcessRule(el, attr, attr_version, rule != rules_->end() ? rule->second.get() : nullptr, in ProcessDoc()
169 for (const ReplacementAttr& attr : attrs_) { in Degrade() local
171 DegradeResult{xml::Attribute{xml::kSchemaAndroid, attr.name, src_attr.value, in Degrade()
172 xml::AaptAttribute{attr.attr, attr.id}, in Degrade()
174 FindAttributeSdkLevel(attr.id)}); in Degrade()