Home
last modified time | relevance | path

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

/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/
DTextTypeParserTest.kt149 typeParser::trimLeadingAnnotations in Test trimming annotations from the front of a type()
157 typeParser::trimLeadingAnnotations in Test trimming annotations from the front of a type()
163 typeParser::trimLeadingAnnotations in Test trimming annotations from the front of a type()
171 typeParser::trimLeadingAnnotations in Test trimming annotations from the front of a type()
177 typeParser::trimLeadingAnnotations in Test trimming annotations from the front of a type()
183 typeParser::trimLeadingAnnotations in Test trimming annotations from the front of a type()
189 typeParser::trimLeadingAnnotations in Test trimming annotations from the front of a type()
196 typeParser::trimLeadingAnnotations in Test trimming annotations from the front of a type()
202 typeParser::trimLeadingAnnotations in Test trimming annotations from the front of a type()
/tools/metalava/metalava-model-text/src/main/java/com/android/tools/metalava/model/text/
DTextTypeParser.kt131 val (unannotated, annotationsFromString) = trimLeadingAnnotations(type) in <lambda>()
446 fun trimLeadingAnnotations(type: String): Pair<String, List<AnnotationItem>> { in <lambda>() method in com.android.tools.metalava.model.text.TextTypeParser
551 trimLeadingAnnotations(remaining.substring(annotationIndex)).let { in <lambda>()