Home
last modified time | relevance | path

Searched defs:lastDotIndex (Results 1 – 1 of 1) sorted by relevance

/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DTypeItem.kt949 val lastDotIndex = qualifiedName.lastIndexOf('.') in hashCodeForType() constant
1103 var lastDotIndex = -1 in hashCodeForType() variable