Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java365 void readSInt64List(List<Long> target) throws IOException; in readSInt64List() method
DCodedInputStreamReader.java1165 public void readSInt64List(List<Long> target) throws IOException { in readSInt64List() method in CodedInputStreamReader
DBinaryReader.java1330 public void readSInt64List(List<Long> target) throws IOException { in readSInt64List() method in BinaryReader.SafeHeapReader