Searched refs:attr_id (Results 1 – 2 of 2) sorted by relevance
365 const ResourceId attr_id = attr.attr_ref->id.value_or_default(ResourceId(0)); in ProcessStyleable() local366 array_def->AddElement(attr_id); in ProcessStyleable()367 r_txt_contents = to_string(attr_id); in ProcessStyleable()
762 const ResourceId attr_id = attr.compiled_attribute.value().id.value_or_default({}); in SerializeXmlToPb() local763 pb_attr->set_resource_id(attr_id.id); in SerializeXmlToPb()