OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attrRef
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/aapt2/java/
JavaClassGenerator.cpp
190
const Reference*
attrRef
;
196
const ResourceId lhsId = lhs.
attrRef
->id ? lhs.
attrRef
->id.value() : ResourceId(0);
197
const ResourceId rhsId = rhs.
attrRef
->id ? rhs.
attrRef
->id.value() : ResourceId(0);
203
return lhs.
attrRef
->name.value() < rhs.
attrRef
->name.value();
228
styleableAttr.
attrRef
= &attr;
294
const ResourceName& attrName = entry.
attrRef
->name.value();
337
styleableAttr.
attrRef
->id ? styleableAttr.attrRef->id.value() : ResourceId(0))
[
all
...]
/frameworks/base/tools/aapt2/link/
XmlReferenceLinker.cpp
90
Reference
attrRef
(ResourceNameRef(package, ResourceType::kAttr, attr.name));
91
attrRef
.privateReference = maybePackage.value().privateNamespace;
95
attrRef
, mContext->getNameMangler(), mSymbols, mCallSite, &errStr);
/frameworks/base/tools/aapt2/proto/
TableProtoDeserializer.cpp
288
Reference
attrRef
;
289
deserializeItemCommon(pbEntry, &
attrRef
);
290
deserializeReferenceFromPb(pbEntry.attr(), &
attrRef
);
291
styleable->entries.push_back(std::move(
attrRef
));
/frameworks/base/tools/aapt2/flatten/
TableFlattener.cpp
124
for (auto&
attrRef
: styleable->entries) {
126
flattenEntry(&
attrRef
, &val);
Completed in 53 milliseconds