Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java265 void readBoolList(List<Boolean> target) throws IOException; in readBoolList() method
DCodedInputStreamReader.java692 public void readBoolList(List<Boolean> target) throws IOException { in readBoolList() method in CodedInputStreamReader
DBinaryReader.java811 public void readBoolList(List<Boolean> target) throws IOException { in readBoolList() method in BinaryReader.SafeHeapReader