Searched refs:resolveAt (Results 1 – 1 of 1) sorted by relevance
628 private inline fun <T> resolveAt(index: Int, crossinline block: (Int, ByteWidth) -> T): T { in resolveAt() method633 internal fun getBoolean(index: Int): Boolean = resolveAt(index) { in getBoolean()636 internal fun getInt(index: Int): Long = resolveAt(index) { in getInt()639 internal fun getUInt(index: Int): ULong = resolveAt(index) { in getUInt()642 internal fun getFloat(index: Int): Double = resolveAt(index) { in getFloat()