Searched refs:typeParser (Results 1 – 3 of 3) sorted by relevance
/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/ |
D | TextTypeParserTest.kt | 31 private val typeParser = TextTypeParser(ApiFile.parseApi("test", "")) constant in com.android.tools.metalava.model.text.TextTypeParserTest 34 typeParser.obtainTypeFromString(type, TypeParameterScope.empty) in parseType() 138 expectedAnnotations.map { DefaultAnnotationItem.create(typeParser.codebase, it) } in testAnnotations() 149 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() [all …]
|
/tools/metalava/metalava-model-text/src/main/java/com/android/tools/metalava/model/text/ |
D | TextTypeItemFactory.kt | 31 private val typeParser: TextTypeParser, in <lambda>() constant in com.android.tools.metalava.model.text.TextTypeItemFactory 50 TextTypeItemFactory(codebase, typeParser, scope) in <lambda>() 58 typeParser.obtainTypeFromString( in <lambda>()
|
D | ApiFile.kt | 94 private val typeParser by constant 103 lazy(LazyThreadSafetyMode.NONE) { TextTypeItemFactory(codebase, typeParser) } in <lambda>() 1777 if (typeParser.kotlinStyleNulls) { in synchronizeNullability() 1836 typeParser.requests, 1837 typeParser.cacheSkip, 1838 typeParser.cacheHit, 1839 typeParser.cacheSize,
|