Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream.h83 bool readBool() in readBool() function
90 void readBool(bool *outValue) { *outValue = readBool(); } in readBool() function
/third_party/protobuf/js/experimental/runtime/kernel/
Dreader.js23 function readBool(bufferDecoder, start) { function
341 readBool, property
/third_party/skia/experimental/skrive/src/reader/
DBinaryReader.cpp35 bool readBool(const char[]) override { in readBool() function in skrive::internal::__anonb25def5c0111::BinaryReader
DJsonReader.cpp89 bool readBool(const char label[]) override { in readBool() function in skrive::internal::__anonfb9e2cf10111::JsonReader
/third_party/protobuf/js/binary/
Ddecoder.js807 jspb.BinaryDecoder.prototype.readBool = function() { method in jspb.BinaryDecoder
Dreader.js896 jspb.BinaryReader.prototype.readBool = function() { method in jspb.BinaryReader
/third_party/protobuf/objectivec/
DGPBCodedInputStream.m427 - (BOOL)readBool { method
/third_party/skia/include/core/
DSkStream.h96 bool SK_WARN_UNUSED_RESULT readBool(bool* b) { in readBool() function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java121 boolean readBool() throws IOException; in readBool() method
DCodedInputStream.java276 public abstract boolean readBool() throws IOException; in readBool() method in CodedInputStream
781 public boolean readBool() throws IOException { in readBool() method in CodedInputStream.ArrayDecoder
1495 public boolean readBool() throws IOException { in readBool() method in CodedInputStream.UnsafeDirectNioDecoder
2247 public boolean readBool() throws IOException { in readBool() method in CodedInputStream.StreamDecoder
3343 public boolean readBool() throws IOException { in readBool() method in CodedInputStream.IterableDirectByteBufferDecoder
DCodedInputStreamReader.java151 public boolean readBool() throws IOException { in readBool() method in CodedInputStreamReader
DBinaryReader.java203 public boolean readBool() throws IOException { in readBool() method in BinaryReader.SafeHeapReader
/third_party/skia/src/core/
DSkReadBuffer.cpp76 bool SkReadBuffer::readBool() { in readBool() function in SkReadBuffer
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php258 public static function readBool(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire