Lines Matching refs:Attribute
108 // Recurse and try looking up a private attribute.
127 // This resource has an Attribute.
128 if (Attribute* attr = valueCast<Attribute>(configValue->value.get())) {
129 symbol->attribute = std::make_shared<Attribute>(*attr);
157 // Check to see if it is an attribute.
160 s->attribute = std::make_shared<Attribute>(false);
161 s->attribute->typeMask = entry[i].map.value.data;
166 if (s->attribute) {
172 s->attribute->minInt = static_cast<int32_t>(mapEntry.value.data);
175 s->attribute->maxInt = static_cast<int32_t>(mapEntry.value.data);
194 Attribute::Symbol symbol;
201 s->attribute->symbols.push_back(std::move(symbol));