Searched defs:KeepSet (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/java/
H A DProguardRules.h43 class KeepSet { class in namespace:aapt::proguard
45 KeepSet() = default;
47 KeepSet(bool conditional_keep_rules) : conditional_keep_rules_(conditional_keep_rules) { function in class:aapt::proguard::KeepSet
67 friend void WriteKeepSet(const KeepSet& keep_set, io::OutputStream* out);
69 friend bool CollectLocations(const UsageLocation& location, const KeepSet& keep_set,
79 bool CollectProguardRulesForManifest(xml::XmlResource* res, KeepSet* keep_set,
82 bool CollectProguardRules(xml::XmlResource* res, KeepSet* keep_set);
84 bool CollectResourceReferences(IAaptContext* context, ResourceTable* table, KeepSet* keep_set);
86 void WriteKeepSet(const KeepSet& keep_set, io::OutputStream* out);
88 bool CollectLocations(const UsageLocation& location, const KeepSet
[all...]

Completed in 27 milliseconds