Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DFlexBuffersInternals.kt71 internal fun IntArray.widthInUBits(): BitWidth = arrayWidthInUBits(this.size) { this[it].toULong().… in indirect() method
72 internal fun ShortArray.widthInUBits(): BitWidth = arrayWidthInUBits(this.size) { this[it].toULong(… in <lambda>() method
73 internal fun LongArray.widthInUBits(): BitWidth = arrayWidthInUBits(this.size) { this[it].toULong()… in <lambda>() method
86 internal fun ULong.widthInUBits(): BitWidth = when { in widthInUBits() method