/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/write/ |
D | CAVLCWriter.java | 73 public void writeBool(boolean value, String string) throws IOException { in writeBool() method in CAVLCWriter
|
/external/skia/src/core/ |
D | SkBuffer.h | 122 void writeBool(bool x) { this->write8(x); } in writeBool() function
|
D | SkWriteBuffer.cpp | 43 void SkBinaryWriteBuffer::writeBool(bool value) { in writeBool() function in SkBinaryWriteBuffer
|
D | SkWriter32.h | 92 bool writeBool(bool value) { in writeBool() function
|
/external/skqp/src/core/ |
D | SkBuffer.h | 122 void writeBool(bool x) { this->write8(x); } in writeBool() function
|
D | SkWriteBuffer.cpp | 43 void SkBinaryWriteBuffer::writeBool(bool value) { in writeBool() function in SkBinaryWriteBuffer
|
D | SkWriter32.h | 92 bool writeBool(bool value) { in writeBool() function
|
/external/protobuf/js/binary/ |
D | encoder.js | 398 jspb.BinaryEncoder.prototype.writeBool = function(value) { method in jspb.BinaryEncoder
|
D | writer.js | 727 jspb.BinaryWriter.prototype.writeBool = function(field, value) { method in jspb.BinaryWriter
|
/external/skia/tools/debugger/ |
D | JsonWriteBuffer.cpp | 39 void JsonWriteBuffer::writeBool(bool value) { in writeBool() function in JsonWriteBuffer
|
/external/skqp/tools/debugger/ |
D | SkJsonWriteBuffer.cpp | 39 void SkJsonWriteBuffer::writeBool(bool value) { in writeBool() function in SkJsonWriteBuffer
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | BinaryWriter.java | 880 abstract void writeBool(boolean value); in writeBool() method in BinaryWriter 1033 public void writeBool(int fieldNumber, boolean value) throws IOException { in writeBool() method in BinaryWriter.SafeHeapWriter 1127 void writeBool(boolean value) { in writeBool() method in BinaryWriter.SafeHeapWriter 1570 public void writeBool(int fieldNumber, boolean value) { in writeBool() method in BinaryWriter.UnsafeHeapWriter 1664 void writeBool(boolean value) { in writeBool() method in BinaryWriter.UnsafeHeapWriter 2101 public void writeBool(int fieldNumber, boolean value) { in writeBool() method in BinaryWriter.SafeDirectWriter 2195 void writeBool(boolean value) { in writeBool() method in BinaryWriter.SafeDirectWriter 2658 public void writeBool(int fieldNumber, boolean value) { in writeBool() method in BinaryWriter.UnsafeDirectWriter 2752 void writeBool(boolean value) { in writeBool() method in BinaryWriter.UnsafeDirectWriter
|
D | CodedOutputStream.java | 289 public abstract void writeBool(int fieldNumber, boolean value) throws IOException; in writeBool() method in CodedOutputStream 1208 public final void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.ArrayEncoder 1601 public void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.SafeDirectNioEncoder 1935 public void writeBool(int fieldNumber, boolean value) throws IOException { in writeBool() method in CodedOutputStream.UnsafeDirectNioEncoder 2446 public void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.ByteOutputEncoder 2760 public void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.OutputStreamEncoder
|
D | Writer.java | 84 void writeBool(int fieldNumber, boolean value) throws IOException; in writeBool() method
|
D | CodedOutputStreamWriter.java | 118 public void writeBool(int fieldNumber, boolean value) throws IOException { in writeBool() method in CodedOutputStreamWriter
|
D | SchemaUtil.java | 148 public static void writeBool(int fieldNumber, boolean value, Writer writer) throws IOException { in writeBool() method in SchemaUtil
|
/external/skia/include/core/ |
D | SkStream.h | 268 bool writeBool(bool v) { return this->write8(v); } in writeBool() function
|
/external/skqp/include/core/ |
D | SkStream.h | 268 bool writeBool(bool v) { return this->write8(v); } in writeBool() function
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBWire.php | 352 public static function writeBool(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
|
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/ |
D | CodedOutputStreamMicro.java | 169 public void writeBool(final int fieldNumber, final boolean value) in writeBool() method in CodedOutputStreamMicro
|
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/ |
D | CodedOutputByteBufferNano.java | 142 public void writeBool(final int fieldNumber, final boolean value) in writeBool() method in CodedOutputByteBufferNano
|