Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/knit/src/
DKnit.kt506 val apiIndexCache: MutableMap<ApiIndexKey, Map<String, List<String>>> = HashMap() constant
578 val map = apiIndexCache.getOrPut(key, { in processApiIndex()