Searched refs:typeCache (Results 1 – 1 of 1) sorted by relevance
64 private val typeCache = HashMap<Key, CacheEntry>() in <lambda>() constant in com.android.tools.metalava.model.text.TextTypeParser113 typeCache.computeIfAbsent(key) { CacheEntry(it.type, it.forceClassToBeNonNull) } in <lambda>()