Searched refs:styleable_attr (Results 1 – 1 of 1) sorted by relevance
257 StyleableAttr styleable_attr; in ProcessStyleable() local258 styleable_attr.attr_ref = &attr; in ProcessStyleable()262 styleable_attr.field_name = in ProcessStyleable()281 styleable_attr.symbol = *symbol; in ProcessStyleable()283 sorted_attributes.push_back(std::move(styleable_attr)); in ProcessStyleable()389 const StyleableAttr& styleable_attr = sorted_attributes[i]; in ProcessStyleable() local390 if (SkipSymbol(styleable_attr.symbol)) { in ProcessStyleable()395 StringPiece comment = styleable_attr.attr_ref->GetComment(); in ProcessStyleable()396 if (styleable_attr.symbol.value().attribute && comment.empty()) { in ProcessStyleable()397 comment = styleable_attr.symbol.value().attribute->GetComment(); in ProcessStyleable()[all …]