Searched refs:allocateList (Results 1 – 1 of 1) sorted by relevance
1100 null -> allocateList() in <lambda>()1101 is Throwable -> allocateList().also { it.add(eh) } in <lambda>()1124 exceptionsHolder = allocateList().apply { in <lambda>()1135 private fun allocateList() = ArrayList<Throwable>(4) in <lambda>() method