Searched defs:initializer (Results 1 – 3 of 3) sorted by relevance
208 val initializer = in <lambda>() constant265 val initializer = in <lambda>() constant
109 when (val initializer = uastInitializer) { constant
653 private class LazyImpl(val initializer: () -> Int, val errorMessage: String) : Lazy<Int> { in lazyInt() constant in androidx.compose.foundation.layout.LazyImpl