Searched refs:AaptAttribute (Results 1 – 6 of 6) sorted by relevance
84 struct AaptAttribute { struct85 explicit AaptAttribute(const ::aapt::Attribute& attr, const Maybe<ResourceId>& resid = {})101 Maybe<AaptAttribute> compiled_attribute; argument
82 static Maybe<xml::AaptAttribute> CompileXmlAttribute(const Reference& reference,
263 Maybe<xml::AaptAttribute> ReferenceLinker::CompileXmlAttribute(const Reference& reference, in CompileXmlAttribute()277 return xml::AaptAttribute(*symbol->attribute, symbol->id); in CompileXmlAttribute()
172 xml::AaptAttribute{attr.attr, attr.id}, in Degrade()
133 static xml::AaptAttribute CreateAttributeWithId(const ResourceId& id) { in CreateAttributeWithId()134 return xml::AaptAttribute(Attribute(), id); in CreateAttributeWithId()
248 const xml::AaptAttribute& aapt_attr = xml_attr->compiled_attribute.value(); in WriteAttributes()