Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkBuffer.h122 void writeBool(bool x) { this->write8(x); } in writeBool() function
DSkWriteBuffer.cpp45 void SkBinaryWriteBuffer::writeBool(bool value) { in writeBool() function in SkBinaryWriteBuffer
DSkWriter32.h92 bool writeBool(bool value) { in writeBool() function
/third_party/skia/m133/src/base/
DSkBuffer.h124 void writeBool(bool x) { this->write8(x); } in writeBool() function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DBinaryWriter.java861 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
DCodedOutputStream.java269 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
DWriter.java62 void writeBool(int fieldNumber, boolean value) throws IOException; in writeBool() method
DCodedOutputStreamWriter.java96 public void writeBool(int fieldNumber, boolean value) throws IOException { in writeBool() method in CodedOutputStreamWriter
DSchemaUtil.java127 public static void writeBool(int fieldNumber, boolean value, Writer writer) throws IOException { in writeBool() method in SchemaUtil
/third_party/skia/tools/debugger/
DJsonWriteBuffer.cpp39 void JsonWriteBuffer::writeBool(bool value) { in writeBool() function in JsonWriteBuffer
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream.h254 void writeBool(bool value) in writeBool() function
/third_party/skia/m133/tools/debugger/
DJsonWriteBuffer.cpp53 void JsonWriteBuffer::writeBool(bool value) { in writeBool() function in JsonWriteBuffer
/third_party/skia/m133/src/core/
DSkWriter32.h100 bool writeBool(bool value) { in writeBool() function
DSkWriteBuffer.cpp59 void SkBinaryWriteBuffer::writeBool(bool value) { in writeBool() function in SkBinaryWriteBuffer
/third_party/skia/include/core/
DSkStream.h268 bool writeBool(bool v) { return this->write8(v); } in writeBool() function
/third_party/skia/m133/include/core/
DSkStream.h259 bool writeBool(bool v) { return this->write8(v); } in writeBool() function
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php329 public static function writeBool(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire