Home
last modified time | relevance | path

Searched defs:toByte (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/mutable/
DMutableByte.java330 public Byte toByte() { in toByte() method in MutableByte
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/math/
DNumberUtils.java359 public static byte toByte(final String str) { in toByte() method in NumberUtils
380 public static byte toByte(final String str, final byte defaultValue) { in toByte() method in NumberUtils
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffers.kt156 public fun toByte(): Byte = toULong().toByte() in get() method in com.google.flatbuffers.kotlin.Reference