Searched refs:trimTrailingAnnotations (Results 1 – 2 of 2) sorted by relevance
213 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()
233 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