Home
last modified time | relevance | path

Searched defs:writeBool (Results 1 – 24 of 24) 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/skia/src/base/
DSkBuffer.h124 void writeBool(bool x) { this->write8(x); } in writeBool() function
/external/cronet/third_party/protobuf/js/binary/
Dencoder.js416 jspb.BinaryEncoder.prototype.writeBool = function(value) { method in jspb.BinaryEncoder
Dwriter.js750 jspb.BinaryWriter.prototype.writeBool = function(field, value) { method in jspb.BinaryWriter
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DBinaryWriter.java884 abstract void writeBool(boolean value); in writeBool() method in BinaryWriter
1037 public void writeBool(int fieldNumber, boolean value) throws IOException { in writeBool() method in BinaryWriter.SafeHeapWriter
1132 void writeBool(boolean value) { in writeBool() method in BinaryWriter.SafeHeapWriter
1575 public void writeBool(int fieldNumber, boolean value) { in writeBool() method in BinaryWriter.UnsafeHeapWriter
1669 void writeBool(boolean value) { in writeBool() method in BinaryWriter.UnsafeHeapWriter
2106 public void writeBool(int fieldNumber, boolean value) { in writeBool() method in BinaryWriter.SafeDirectWriter
2203 void writeBool(boolean value) { in writeBool() method in BinaryWriter.SafeDirectWriter
2666 public void writeBool(int fieldNumber, boolean value) { in writeBool() method in BinaryWriter.UnsafeDirectWriter
2762 void writeBool(boolean value) { in writeBool() method in BinaryWriter.UnsafeDirectWriter
DCodedOutputStream.java289 public abstract void writeBool(int fieldNumber, boolean value) throws IOException; in writeBool() method in CodedOutputStream
1217 public final void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.ArrayEncoder
1580 public void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.SafeDirectNioEncoder
1914 public void writeBool(int fieldNumber, boolean value) throws IOException { in writeBool() method in CodedOutputStream.UnsafeDirectNioEncoder
2425 public void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.ByteOutputEncoder
2739 public void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.OutputStreamEncoder
DWriter.java85 void writeBool(int fieldNumber, boolean value) throws IOException; in writeBool() method
DCodedOutputStreamWriter.java119 public void writeBool(int fieldNumber, boolean value) throws IOException { in writeBool() method in CodedOutputStreamWriter
DSchemaUtil.java151 public static void writeBool(int fieldNumber, boolean value, Writer writer) throws IOException { in writeBool() method in SchemaUtil
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DBinaryWriter.java884 abstract void writeBool(boolean value); in writeBool() method in BinaryWriter
1037 public void writeBool(int fieldNumber, boolean value) throws IOException { in writeBool() method in BinaryWriter.SafeHeapWriter
1132 void writeBool(boolean value) { in writeBool() method in BinaryWriter.SafeHeapWriter
1575 public void writeBool(int fieldNumber, boolean value) { in writeBool() method in BinaryWriter.UnsafeHeapWriter
1669 void writeBool(boolean value) { in writeBool() method in BinaryWriter.UnsafeHeapWriter
2106 public void writeBool(int fieldNumber, boolean value) { in writeBool() method in BinaryWriter.SafeDirectWriter
2203 void writeBool(boolean value) { in writeBool() method in BinaryWriter.SafeDirectWriter
2666 public void writeBool(int fieldNumber, boolean value) { in writeBool() method in BinaryWriter.UnsafeDirectWriter
2762 void writeBool(boolean value) { in writeBool() method in BinaryWriter.UnsafeDirectWriter
DCodedOutputStream.java289 public abstract void writeBool(int fieldNumber, boolean value) throws IOException; in writeBool() method in CodedOutputStream
1219 public final void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.ArrayEncoder
1612 public void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.SafeDirectNioEncoder
1946 public void writeBool(int fieldNumber, boolean value) throws IOException { in writeBool() method in CodedOutputStream.UnsafeDirectNioEncoder
2457 public void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.ByteOutputEncoder
2771 public void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.OutputStreamEncoder
DWriter.java85 void writeBool(int fieldNumber, boolean value) throws IOException; in writeBool() method
DCodedOutputStreamWriter.java119 public void writeBool(int fieldNumber, boolean value) throws IOException { in writeBool() method in CodedOutputStreamWriter
DSchemaUtil.java151 public static void writeBool(int fieldNumber, boolean value, Writer writer) throws IOException { in writeBool() method in SchemaUtil
/external/angle/src/common/
DBinaryStream.h262 void writeBool(bool value) in writeBool() function
/external/skia/tools/debugger/
DJsonWriteBuffer.cpp53 void JsonWriteBuffer::writeBool(bool value) { in writeBool() function in JsonWriteBuffer
/external/skia/src/core/
DSkWriter32.h94 bool writeBool(bool value) { in writeBool() function
DSkWriteBuffer.cpp60 void SkBinaryWriteBuffer::writeBool(bool value) { in writeBool() function in SkBinaryWriteBuffer
/external/skia/include/core/
DSkStream.h269 bool writeBool(bool v) { return this->write8(v); } in writeBool() function
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php352 public static function writeBool(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php352 public static function writeBool(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
/external/cronet/third_party/protobuf/js/experimental/runtime/kernel/
Dwriter.js142 writeBool(fieldNumber, value) { method in Writer
/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