Home
last modified time | relevance | path

Searched defs:writeBool (Results 1 – 16 of 16) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/write/
DCAVLCWriter.java73 public void writeBool(boolean value, String string) throws IOException { in writeBool() method in CAVLCWriter
/external/skqp/src/core/
DSkBuffer.h122 void writeBool(bool x) { this->write8(x); } in writeBool() function
DSkWriteBuffer.cpp43 void SkBinaryWriteBuffer::writeBool(bool value) { in writeBool() function in SkBinaryWriteBuffer
DSkWriter32.h92 bool writeBool(bool value) { in writeBool() function
/external/skia/src/core/
DSkBuffer.h122 void writeBool(bool x) { this->write8(x); } in writeBool() function
DSkWriter32.h92 bool writeBool(bool value) { in writeBool() function
DSkWriteBuffer.cpp43 void SkBinaryWriteBuffer::writeBool(bool value) { in writeBool() function in SkBinaryWriteBuffer
/external/protobuf/js/binary/
Dencoder.js353 jspb.BinaryEncoder.prototype.writeBool = function(value) { method in jspb.BinaryEncoder
Dwriter.js668 jspb.BinaryWriter.prototype.writeBool = function(field, value) { method in jspb.BinaryWriter
/external/skia/tools/debugger/
DSkJsonWriteBuffer.cpp39 void SkJsonWriteBuffer::writeBool(bool value) { in writeBool() function in SkJsonWriteBuffer
/external/skqp/tools/debugger/
DSkJsonWriteBuffer.cpp39 void SkJsonWriteBuffer::writeBool(bool value) { in writeBool() function in SkJsonWriteBuffer
/external/skqp/include/core/
DSkStream.h268 bool writeBool(bool v) { return this->write8(v); } in writeBool() function
/external/skia/include/core/
DSkStream.h268 bool writeBool(bool v) { return this->write8(v); } in writeBool() function
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java250 public abstract void writeBool(int fieldNumber, boolean value) throws IOException; in writeBool() method in CodedOutputStream
1155 public final void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.ArrayEncoder
1525 public void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.NioEncoder
2004 public void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.ByteOutputEncoder
2307 public void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.OutputStreamEncoder
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedOutputStreamMicro.java169 public void writeBool(final int fieldNumber, final boolean value) in writeBool() method in CodedOutputStreamMicro
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java142 public void writeBool(final int fieldNumber, final boolean value) in writeBool() method in CodedOutputByteBufferNano