Searched refs:styleable_attr (Results 1 – 1 of 1) sorted by relevance
251 StyleableAttr styleable_attr; in ProcessStyleable() local252 styleable_attr.attr_ref = &attr; in ProcessStyleable()256 styleable_attr.field_name = in ProcessStyleable()275 styleable_attr.symbol = *symbol; in ProcessStyleable()277 sorted_attributes.push_back(std::move(styleable_attr)); in ProcessStyleable()366 const StyleableAttr& styleable_attr = sorted_attributes[i]; in ProcessStyleable() local367 if (SkipSymbol(styleable_attr.symbol)) { in ProcessStyleable()372 StringPiece comment = styleable_attr.attr_ref->GetComment(); in ProcessStyleable()373 if (styleable_attr.symbol.value().attribute && comment.empty()) { in ProcessStyleable()374 comment = styleable_attr.symbol.value().attribute->GetComment(); in ProcessStyleable()[all …]