Home
last modified time | relevance | path

Searched defs:writeBool (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/src/core/
H A DSkBuffer.h122 void writeBool(bool x) { this->write8(x); } in writeBool() function in SkWBuffer
H A DSkWriteBuffer.cpp45 void SkBinaryWriteBuffer::writeBool(bool value) { in writeBool() function in SkBinaryWriteBuffer
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DBinaryStream.h254 void writeBool(bool value) in writeBool() function in gl::BinaryOutputStream
/third_party/skia/tools/debugger/
H A DJsonWriteBuffer.cpp39 void JsonWriteBuffer::writeBool(bool value) { in writeBool() function in JsonWriteBuffer
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DWriter.java84 void writeBool(int fieldNumber, boolean value) throws IOException; in writeBool() method
H A DCodedOutputStreamWriter.java118 public void writeBool(int fieldNumber, boolean value) throws IOException { in writeBool() method in CodedOutputStreamWriter
H A DBinaryWriter.java880 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(boolea method in BinaryWriter.UnsafeHeapWriter
2101 public void writeBool(int fieldNumber, boolean value) { writeBool() method in BinaryWriter.SafeDirectWriter
2195 void writeBool(boolean value) { writeBool() method in BinaryWriter.SafeDirectWriter
2658 public void writeBool(int fieldNumber, boolean value) { writeBool() method in BinaryWriter.UnsafeDirectWriter
2752 void writeBool(boolean value) { writeBool() method in BinaryWriter.UnsafeDirectWriter
[all...]
H A DSchemaUtil.java148 public static void writeBool(int fieldNumber, boolean value, Writer writer) throws IOException { in writeBool() method in SchemaUtil
H A DCodedOutputStream.java289 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
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBWire.php352 public static function writeBool(&$output, $value) function
/third_party/skia/include/core/
H A DSkStream.h268 bool writeBool(bool v) { return this->write8(v); } in writeBool() function in SkWStream
/third_party/protobuf/js/binary/
H A Dencoder.js
H A Dwriter.js

Completed in 19 milliseconds