Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java317 void readBytesList(List<ByteString> target) throws IOException; in readBytesList() method
DCodedInputStreamReader.java855 public void readBytesList(List<ByteString> target) throws IOException { in readBytesList() method in CodedInputStreamReader
DBinaryReader.java993 public void readBytesList(List<ByteString> target) throws IOException { in readBytesList() method in BinaryReader.SafeHeapReader