Searched refs:toShortArray (Results 1 – 6 of 6) sorted by relevance
589 return ((ShortArrayAsList) collection).toShortArray(); in toArray()745 short[] toShortArray() { in toShortArray() method in Shorts.ShortArrayAsList
132 "short" -> (this as List<Short>).toShortArray() in asArray()
94 assertArrayEquals(numbers, ref.toShortArray()) in <lambda>()
441 "short" -> (this as List<Short>).toShortArray() in asArray()
324 public fun toShortArray(): ShortArray { in toShortArray() method in com.google.flatbuffers.kotlin.Reference