Searched refs:attr_id (Results 1 – 2 of 2) sorted by relevance
368 const ResourceId attr_id = attr.attr_ref->id.value_or(ResourceId(0)); in ProcessStyleable() local369 array_def->AddElement(attr_id); in ProcessStyleable()370 r_txt_contents = to_string(attr_id); in ProcessStyleable()
773 const ResourceId attr_id = attr.compiled_attribute.value().id.value_or(ResourceId{}); in SerializeXmlToPb() local774 pb_attr->set_resource_id(attr_id.id); in SerializeXmlToPb()