Searched defs:readBool (Results 1 – 5 of 5) sorted by relevance
68 bool readBool() { return this->readU8() != 0; } in readBool() function
54 bool readBool() { return this->readInt() != 0; } in readBool() function
79 bool readBool() { return this->readU8() != 0; } in readBool() function
191 public boolean readBool() throws IOException { in readBool() method in CodedInputStreamMicro
194 public boolean readBool() throws IOException { in readBool() method in CodedInputStream