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