Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java249 void readFixed64List(List<Long> target) throws IOException; in readFixed64List() method
DCodedInputStreamReader.java576 public void readFixed64List(List<Long> target) throws IOException { in readFixed64List() method in CodedInputStreamReader
DBinaryReader.java683 public void readFixed64List(List<Long> target) throws IOException { in readFixed64List() method in BinaryReader.SafeHeapReader