Searched defs:writeBool (Results 1 - 17 of 17) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/write/
H A DCAVLCWriter.java73 public void writeBool(boolean value, String string) throws IOException { method in class:CAVLCWriter
/external/skqp/src/core/
H A DSkBuffer.h113 void writeBool(bool x) { this->write8(x); } function in class:SkWBuffer
H A DSkWriteBuffer.cpp41 void SkBinaryWriteBuffer::writeBool(bool value) { function in class:SkBinaryWriteBuffer
42 fWriter.writeBool(value);
/external/skia/src/core/
H A DSkBuffer.h120 void writeBool(bool x) { this->write8(x); } function in class:SkWBuffer
H A DSkWriteBuffer.cpp41 void SkBinaryWriteBuffer::writeBool(bool value) { function in class:SkBinaryWriteBuffer
42 fWriter.writeBool(value);
/external/skia/include/core/
H A DSkStream.h255 bool writeBool(bool v) { return this->write8(v); } function in class:SkWStream
/external/skia/tools/debugger/
H A DSkJsonWriteBuffer.cpp38 void SkJsonWriteBuffer::writeBool(bool value) { function in class:SkJsonWriteBuffer
/external/skqp/include/core/
H A DSkStream.h255 bool writeBool(bool v) { return this->write8(v); } function in class:SkWStream
/external/skqp/tools/debugger/
H A DSkJsonWriteBuffer.cpp38 void SkJsonWriteBuffer::writeBool(bool value) { function in class:SkJsonWriteBuffer
/external/protobuf/js/binary/
H A Dencoder.js353 jspb.BinaryEncoder.prototype.writeBool = function(value) {
H A Dwriter.js314 this.writeBool(field, /** @type {boolean} */(value));
668 jspb.BinaryWriter.prototype.writeBool = function(field, value) {
672 this.encoder_.writeBool(value);
1074 this.writeBool(field, value[i]);
1512 this.encoder_.writeBool(value[i]);
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
H A DCodedOutputStreamMicro.java169 public void writeBool(final int fieldNumber, final boolean value) method in class:CodedOutputStreamMicro
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
H A DCodedOutputByteBufferNano.java142 public void writeBool(final int fieldNumber, final boolean value) method in class:CodedOutputByteBufferNano
1199 writeBool(number, boolValue);
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedOutputStream.java250 public abstract void writeBool(int fieldNumber, boolean value) throws IOException; method in class:CodedOutputStream
1155 public final void writeBool(final int fieldNumber, final boolean value) throws IOException { method in class:CodedOutputStream.ArrayEncoder
1525 public void writeBool(final int fieldNumber, final boolean value) throws IOException { method in class:CodedOutputStream.NioEncoder
2004 public void writeBool(final int fieldNumber, final boolean value) throws IOException { method in class:CodedOutputStream.ByteOutputEncoder
2307 public void writeBool(final int fieldNumber, final boolean value) throws IOException { method in class:CodedOutputStream.OutputStreamEncoder
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/kotlinc/lib/
H A Dkotlin-reflect.jarMETA-INF/MANIFEST.MF kotlin/reflect/jvm/internal/ReflectProperties$LazyVal.class ReflectProperties.java package ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 538 milliseconds