Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java349 void readSFixed64List(List<Long> target) throws IOException; in readSFixed64List() method
DCodedInputStreamReader.java1049 public void readSFixed64List(List<Long> target) throws IOException { in readSFixed64List() method in CodedInputStreamReader
DBinaryReader.java1204 public void readSFixed64List(List<Long> target) throws IOException { in readSFixed64List() method in BinaryReader.SafeHeapReader