Home | History | Annotate | Download | only in aapt2

Lines Matching refs:Reference

41     if (piece == u"reference")      return android::ResTable_map::TYPE_REFERENCE;
447 << "invalid value for type '" << *parsedType << "'. Expected a reference");
506 // Fix up the reference.
507 if (Reference* ref = valueCast<Reference>(processedItem.get())) {
923 Reference(ResourceNameRef({}, ResourceType::kId, maybeName.value())), val.data };
926 static Maybe<Reference> parseXmlAttributeName(StringPiece16 str) {
932 Reference ref;
952 return Maybe<Reference>(std::move(ref));
964 Maybe<Reference> maybeKey = parseXmlAttributeName(maybeName.value());
999 // Transform the namespace prefix to the actual package name, and mark the reference as
1010 style->parent = Reference(ResourceName({}, ResourceType::kStyle,
1224 Maybe<Reference> maybeRef = parseXmlAttributeName(maybeName.value());
1232 Reference& childRef = maybeRef.value();
1246 // Create the reference to this attribute.