Searched refs:outRef (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp53 bool parseResourceName(const StringPiece16& str, ResourceNameRef* outRef, bool* outPrivate) { argument
81 if (outRef) {
82 outRef->package = package;
83 outRef->type = *parsedType;
84 outRef->entry = entry;
93 bool tryParseReference(const StringPiece16& str, ResourceNameRef* outRef, bool* outCreate, argument
123 if (outRef) {
124 *outRef = name;
143 bool tryParseAttributeReference(const StringPiece16& str, ResourceNameRef* outRef) { argument
166 if (outRef) {
[all...]
/frameworks/base/tools/aapt2/proto/
H A DTableProtoDeserializer.cpp339 bool deserializeReferenceFromPb(const pb::Reference& pbRef, Reference* outRef) { argument
340 outRef->referenceType = deserializeReferenceTypeFromPb(pbRef.type());
341 outRef->privateReference = pbRef.private_();
348 outRef->id = ResourceId(pbRef.id());
360 outRef->name = nameRef.toResourceName();

Completed in 556 milliseconds