Searched refs:toDoubleArray (Results 1 – 4 of 4) sorted by relevance
123 assertArrayEquals(numbers, ref.toDoubleArray()) in <lambda>()202 assertArrayEquals(doubles, ref[1].toDoubleArray()) in <lambda>()
485 return ((DoubleArrayAsList) collection).toDoubleArray(); in toArray()646 double[] toDoubleArray() { in toDoubleArray() method in Doubles.DoubleArrayAsList
487 return ((DoubleArrayAsList) collection).toDoubleArray(); in toArray()653 double[] toDoubleArray() { in toDoubleArray() method in Doubles.DoubleArrayAsList
443 public fun toDoubleArray(): DoubleArray { in toDoubleArray() method in com.google.flatbuffers.kotlin.Reference