Searched defs:unbox (Results 1 – 4 of 4) sorted by relevance
16 inline fun <T> unbox(value: Any?): T = if (value === this) null as T else value as T method in kotlinx.coroutines.internal.Symbol
269 @Test public void unbox() throws Exception { in unbox() method in AbstractTypesTest
181 public TypeName unbox() { in unbox() method in TypeName
68 static void unbox(QualType &Ty) { in unbox() function