Searched refs:mKeepSet (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt2/java/
H A DProguardRules.h35 mKeepSet[className].insert(source);
45 std::map<std::u16string, std::set<Source>> mKeepSet; member in class:aapt::proguard::KeepSet
H A DProguardRules.cpp29 BaseVisitor(const Source& source, KeepSet* keepSet) : mSource(source), mKeepSet(keepSet) {
62 mKeepSet->addClass(Source(mSource.path, lineNumber), className);
66 mKeepSet->addMethod(Source(mSource.path, lineNumber), methodName);
71 KeepSet* mKeepSet; member in class:aapt::proguard::BaseVisitor
228 for (const auto& entry : keepSet.mKeepSet) {
/frameworks/base/tools/aapt2/link/
H A DLink.cpp292 mOptions(options), mContext(context), mKeepSet(keepSet) {
312 proguard::KeepSet* mKeepSet; member in class:aapt::ResourceFileFlattener
367 outFileOp->xmlToFlatten.get(), mKeepSet)) {

Completed in 1845 milliseconds