| /third_party/skia/src/core/ |
| D | SkBuffer.h | 122 void writeBool(bool x) { this->write8(x); } in writeBool() function
|
| D | SkWriteBuffer.cpp | 45 void SkBinaryWriteBuffer::writeBool(bool value) { in writeBool() function in SkBinaryWriteBuffer
|
| D | SkWriter32.h | 92 bool writeBool(bool value) { in writeBool() function
|
| /third_party/skia/m133/src/base/ |
| D | SkBuffer.h | 124 void writeBool(bool x) { this->write8(x); } in writeBool() function
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | BinaryWriter.java | 861 abstract void writeBool(boolean value); in writeBool() method in BinaryWriter 1014 public void writeBool(int fieldNumber, boolean value) throws IOException { in writeBool() method in BinaryWriter.SafeHeapWriter 1109 void writeBool(boolean value) { in writeBool() method in BinaryWriter.SafeHeapWriter 1552 public void writeBool(int fieldNumber, boolean value) { in writeBool() method in BinaryWriter.UnsafeHeapWriter 1646 void writeBool(boolean value) { in writeBool() method in BinaryWriter.UnsafeHeapWriter 2083 public void writeBool(int fieldNumber, boolean value) { in writeBool() method in BinaryWriter.SafeDirectWriter 2180 void writeBool(boolean value) { in writeBool() method in BinaryWriter.SafeDirectWriter 2643 public void writeBool(int fieldNumber, boolean value) { in writeBool() method in BinaryWriter.UnsafeDirectWriter 2739 void writeBool(boolean value) { in writeBool() method in BinaryWriter.UnsafeDirectWriter
|
| D | CodedOutputStream.java | 269 public abstract void writeBool(int fieldNumber, boolean value) throws IOException; in writeBool() method in CodedOutputStream 1220 public final void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.ArrayEncoder 1584 public void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.SafeDirectNioEncoder 1918 public void writeBool(int fieldNumber, boolean value) throws IOException { in writeBool() method in CodedOutputStream.UnsafeDirectNioEncoder 2433 public void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.ByteOutputEncoder 2747 public void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.OutputStreamEncoder
|
| D | Writer.java | 62 void writeBool(int fieldNumber, boolean value) throws IOException; in writeBool() method
|
| D | CodedOutputStreamWriter.java | 96 public void writeBool(int fieldNumber, boolean value) throws IOException { in writeBool() method in CodedOutputStreamWriter
|
| D | SchemaUtil.java | 127 public static void writeBool(int fieldNumber, boolean value, Writer writer) throws IOException { in writeBool() method in SchemaUtil
|
| /third_party/skia/tools/debugger/ |
| D | JsonWriteBuffer.cpp | 39 void JsonWriteBuffer::writeBool(bool value) { in writeBool() function in JsonWriteBuffer
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | BinaryStream.h | 254 void writeBool(bool value) in writeBool() function
|
| /third_party/skia/m133/tools/debugger/ |
| D | JsonWriteBuffer.cpp | 53 void JsonWriteBuffer::writeBool(bool value) { in writeBool() function in JsonWriteBuffer
|
| /third_party/skia/m133/src/core/ |
| D | SkWriter32.h | 100 bool writeBool(bool value) { in writeBool() function
|
| D | SkWriteBuffer.cpp | 59 void SkBinaryWriteBuffer::writeBool(bool value) { in writeBool() function in SkBinaryWriteBuffer
|
| /third_party/skia/include/core/ |
| D | SkStream.h | 268 bool writeBool(bool v) { return this->write8(v); } in writeBool() function
|
| /third_party/skia/m133/include/core/ |
| D | SkStream.h | 259 bool writeBool(bool v) { return this->write8(v); } in writeBool() function
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| D | GPBWire.php | 329 public static function writeBool(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
|