Home
last modified time | relevance | path

Searched refs:notStrippable (Results 1 – 1 of 1) sorted by relevance

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DApiAnalyzer.kt1027 val notStrippable = HashSet<ClassItem>(5000) in <lambda>() constant
1036 .forEach { cantStripThis(it, filter, notStrippable, it, "self") } in <lambda>()
1040 for (cl in notStrippable) { in <lambda>()
1109 notStrippable: MutableSet<ClassItem>, in <lambda>()
1132 if (!notStrippable.add(cl)) { in <lambda>()
1143 cantStripThis(field.type(), field, filter, notStrippable, "in field type") in <lambda>()
1146 cantStripThis(cl.typeParameterList, filter, notStrippable, cl) in <lambda>()
1150 cantStripThis(cl.methods(), filter, notStrippable) in <lambda>()
1151 cantStripThis(cl.constructors(), filter, notStrippable) in <lambda>()
1155 cantStripThis(containingClass, filter, notStrippable, cl, "as containing class") in <lambda>()
[all …]