Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java225 void readUInt64List(List<Long> target) throws IOException; in readUInt64List() method
DCodedInputStreamReader.java402 public void readUInt64List(List<Long> target) throws IOException { in readUInt64List() method in CodedInputStreamReader
DBinaryReader.java491 public void readUInt64List(List<Long> target) throws IOException { in readUInt64List() method in BinaryReader.SafeHeapReader