Searched defs:writeBool (Results 1 – 11 of 11) sorted by relevance
73 public void writeBool(boolean value, String string) throws IOException { in writeBool() method in CAVLCWriter
113 void writeBool(bool x) { this->write8(x); } in writeBool() function
42 void SkBinaryWriteBuffer::writeBool(bool value) { in writeBool() function in SkBinaryWriteBuffer
353 jspb.BinaryEncoder.prototype.writeBool = function(value) { method in jspb.BinaryEncoder
668 jspb.BinaryWriter.prototype.writeBool = function(field, value) { method in jspb.BinaryWriter
222 bool writeBool(bool v) { return this->write8(v); } in writeBool() function
88 bool writeBool(bool value) { in writeBool() function
28 void SkJsonWriteBuffer::writeBool(bool value) { in writeBool() function in SkJsonWriteBuffer
250 public abstract void writeBool(int fieldNumber, boolean value) throws IOException; in writeBool() method in CodedOutputStream1155 public final void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.ArrayEncoder1525 public void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.NioEncoder2004 public void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.ByteOutputEncoder2307 public void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.OutputStreamEncoder
169 public void writeBool(final int fieldNumber, final boolean value) in writeBool() method in CodedOutputStreamMicro
142 public void writeBool(final int fieldNumber, final boolean value) in writeBool() method in CodedOutputByteBufferNano