Searched refs:fromInt (Results 1 – 4 of 4) sorted by relevance
28 fun fromInt(value: Int) = values().first { it.ordinal == value } in <lambda>() method
41 fun fromInt(value: Int) = in fromInt() method
54 @JsName("fromInt") fun fromInt(value: Int) = values().first { it.value == value } in <lambda>() method
98 TransitionType.fromInt(it.mode), in doParseEntry()130 type = if (entry.type == 0) null else TransitionType.fromInt(entry.type), in doParseEntry()