Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DAnnotationFilter.kt64 private val inclusionExpressions = mutableListOf<AnnotationFilterEntry>()
78 inclusionExpressions.add(AnnotationFilterEntry.fromOption(pattern, matchResult)) in add()
115 private val qualifiedNameToEntries: Map<String, List<AnnotationFilterEntry>>
119 val wrapper = AnnotationFilterEntry.fromSource(annotationSource) in matches()
131 val wrapper = AnnotationFilterEntry.fromAnnotationItem(annotation) in matches()
135 private fun matches(annotation: AnnotationFilterEntry): Boolean { in matches()
156 filter: AnnotationFilterEntry, in annotationsMatch()
157 existingAnnotation: AnnotationFilterEntry in annotationsMatch()
195 private class AnnotationFilterEntry( class
221 fun fromSource(source: String): AnnotationFilterEntry { in fromSource()
[all …]