Home
last modified time | relevance | path

Searched defs:readBool (Results 1 – 5 of 5) sorted by relevance

/external/skia/include/core/
DSkStream.h68 bool readBool() { return this->readU8() != 0; } in readBool() function
DSkReader32.h54 bool readBool() { return this->readInt() != 0; } in readBool() function
DSkBuffer.h79 bool readBool() { return this->readU8() != 0; } in readBool() function
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java191 public boolean readBool() throws IOException { in readBool() method in CodedInputStreamMicro
/external/protobuf/java/src/main/java/com/google/protobuf/
DCodedInputStream.java194 public boolean readBool() throws IOException { in readBool() method in CodedInputStream