Searched refs:readDoubleArray (Results 1 – 9 of 9) sorted by relevance
44 method protected double[]! readDoubleArray();45 method public double[]! readDoubleArray(double[]!, int);
50 method protected double[]? readDoubleArray();51 method public double[]? readDoubleArray(double[]?, int);
47 method protected double[]! readDoubleArray();48 method public double[]! readDoubleArray(double[]!, int);
51 method protected double[]! readDoubleArray();52 method public double[]! readDoubleArray(double[]!, int);
789 public double @Nullable [] readDoubleArray(double @Nullable [] def, int fieldId) { in readDoubleArray() method in VersionedParcel793 return readDoubleArray(); in readDoubleArray()798 protected double @Nullable [] readDoubleArray() { in readDoubleArray() method in VersionedParcel
521 b.putDoubleArray(key, readDoubleArray()); in readObject()