Home
last modified time | relevance | path

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

/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/
DTextTypeParserTest.kt213 typeParser::trimTrailingAnnotations in Test trimming annotations from the end of a type()
221 typeParser::trimTrailingAnnotations in Test trimming annotations from the end of a type()
227 typeParser::trimTrailingAnnotations in Test trimming annotations from the end of a type()
235 typeParser::trimTrailingAnnotations in Test trimming annotations from the end of a type()
241 typeParser::trimTrailingAnnotations in Test trimming annotations from the end of a type()
247 typeParser::trimTrailingAnnotations in Test trimming annotations from the end of a type()
255 typeParser::trimTrailingAnnotations in Test trimming annotations from the end of a type()
262 typeParser::trimTrailingAnnotations in Test trimming annotations from the end of a type()
268 typeParser::trimTrailingAnnotations in Test trimming annotations from the end of a type()
/tools/metalava/metalava-model-text/src/main/java/com/android/tools/metalava/model/text/
DTextTypeParser.kt233 var annotationsResult = trimTrailingAnnotations(inner) in <lambda>()
250 annotationsResult = trimTrailingAnnotations(componentString.removeSuffix("[]")) in <lambda>()
464 fun trimTrailingAnnotations(type: String): Pair<String, List<AnnotationItem>> { in <lambda>() method in com.android.tools.metalava.model.text.TextTypeParser