Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java209 void readDoubleList(List<Double> target) throws IOException; in readDoubleList() method
DCodedInputStreamReader.java286 public void readDoubleList(List<Double> target) throws IOException { in readDoubleList() method in CodedInputStreamReader
DBinaryReader.java363 public void readDoubleList(List<Double> target) throws IOException { in readDoubleList() method in BinaryReader.SafeHeapReader