Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java233 void readInt64List(List<Long> target) throws IOException; in readInt64List() method
DCodedInputStreamReader.java460 public void readInt64List(List<Long> target) throws IOException { in readInt64List() method in CodedInputStreamReader
DBinaryReader.java555 public void readInt64List(List<Long> target) throws IOException { in readInt64List() method in BinaryReader.SafeHeapReader