Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DApiAnalyzer.kt238 val nextThrowsCount = next.throwsTypes().size in <lambda>() constant
240 return if (currentThrowsCount < nextThrowsCount) { in <lambda>()
242 } else if (currentThrowsCount > nextThrowsCount) { in <lambda>()