Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java280 void readStringListRequireUtf8(List<String> target) throws IOException; in readStringListRequireUtf8() method
DCodedInputStreamReader.java755 public void readStringListRequireUtf8(List<String> target) throws IOException { in readStringListRequireUtf8() method in CodedInputStreamReader
DBinaryReader.java880 public void readStringListRequireUtf8(List<String> target) throws IOException { in readStringListRequireUtf8() method in BinaryReader.SafeHeapReader