Searched defs:toByte (Results 1 – 3 of 3) sorted by relevance
330 public Byte toByte() { in toByte() method in MutableByte
359 public static byte toByte(final String str) { in toByte() method in NumberUtils380 public static byte toByte(final String str, final byte defaultValue) { in toByte() method in NumberUtils
156 public fun toByte(): Byte = toULong().toByte() in get() method in com.google.flatbuffers.kotlin.Reference