Searched defs:fromInt (Results 1 – 5 of 5) sorted by relevance
24 fun fromInt(value: Int) = AppCardType.entries.first { it.type == value } in <lambda>() method
188 fun fromInt(value: Int) = MessageType.entries.first { it.type == value } in <lambda>() method
159 fun fromInt(value: Int) = MessageType.entries.first { it.type == value } in <lambda>() method
315 fun fromInt(value: Int) = values().first { it.value == value } in <lambda>() method
185 public static StatusWord fromInt(int sw) { in fromInt() method in StatusWord