Searched refs:kotlinTypeSuffix (Results 1 – 1 of 1) sorted by relevance
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | ApiFile.java | 485 … Pair<String, List<String>> kotlinTypeSuffix = processKotlinTypeSuffix(api, token, annotations); in parseMethod() local 486 token = kotlinTypeSuffix.getFirst(); in parseMethod() 487 annotations = kotlinTypeSuffix.getSecond(); in parseMethod() 566 … Pair<String, List<String>> kotlinTypeSuffix = processKotlinTypeSuffix(api, token, annotations); in parseField() local 567 token = kotlinTypeSuffix.getFirst(); in parseField() 568 annotations = kotlinTypeSuffix.getSecond(); in parseField() 771 … Pair<String, List<String>> kotlinTypeSuffix = processKotlinTypeSuffix(api, token, annotations); in parseProperty() local 772 token = kotlinTypeSuffix.getFirst(); in parseProperty() 773 annotations = kotlinTypeSuffix.getSecond(); in parseProperty() 846 … Pair<String, List<String>> kotlinTypeSuffix = processKotlinTypeSuffix(api, type, annotations); in parseParameterList() local [all …]
|