Home
last modified time | relevance | path

Searched defs:writeBytes (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFStreamer.h37 virtual void writeBytes(llvm::StringRef Bytes) { in writeBytes() function
97 void writeBytes(llvm::StringRef Bytes) override { Out << Bytes; } in writeBytes() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryByteStream.h112 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes() function
172 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes() function
255 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) override { in writeBytes() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBinaryStreamRef.cpp57 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) override { in writeBytes() function in __anon0575eb210111::MutableArrayRefImpl
117 Error WritableBinaryStreamRef::writeBytes(uint32_t Offset, in writeBytes() function in WritableBinaryStreamRef
DBinaryStreamWriter.cpp28 Error BinaryStreamWriter::writeBytes(ArrayRef<uint8_t> Buffer) { in writeBytes() function in BinaryStreamWriter
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DWritableFontData.java174 public int writeBytes(int index, byte[] b, int offset, int length) { in writeBytes() method in WritableFontData
233 public int writeBytes(int index, byte[] b) { in writeBytes() method in WritableFontData
/third_party/protobuf/js/binary/
Dencoder.js438 jspb.BinaryEncoder.prototype.writeBytes = function(bytes) { method in jspb.BinaryEncoder
Dwriter.js790 jspb.BinaryWriter.prototype.writeBytes = function(field, value) { method in jspb.BinaryWriter
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream.h252 void writeBytes(const unsigned char *bytes, size_t count) { write(bytes, count); } in writeBytes() function
/third_party/pulseaudio/sonic/
Dwave.c29 static void writeBytes( in writeBytes() function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java305 public abstract void writeBytes(int fieldNumber, ByteString value) throws IOException; in writeBytes() method in CodedOutputStream
1220 public final void writeBytes(final int fieldNumber, final ByteString value) throws IOException { in writeBytes() method in CodedOutputStream.ArrayEncoder
1613 public void writeBytes(final int fieldNumber, final ByteString value) throws IOException { in writeBytes() method in CodedOutputStream.SafeDirectNioEncoder
1947 public void writeBytes(int fieldNumber, ByteString value) throws IOException { in writeBytes() method in CodedOutputStream.UnsafeDirectNioEncoder
2459 public void writeBytes(final int fieldNumber, final ByteString value) throws IOException { in writeBytes() method in CodedOutputStream.ByteOutputEncoder
2773 public void writeBytes(final int fieldNumber, final ByteString value) throws IOException { in writeBytes() method in CodedOutputStream.OutputStreamEncoder
DWriter.java90 void writeBytes(int fieldNumber, ByteString value) throws IOException; in writeBytes() method
DBinaryWriter.java1050 public void writeBytes(int fieldNumber, ByteString value) throws IOException { in writeBytes() method in BinaryWriter.SafeHeapWriter
1587 public void writeBytes(int fieldNumber, ByteString value) { in writeBytes() method in BinaryWriter.UnsafeHeapWriter
2118 public void writeBytes(int fieldNumber, ByteString value) { in writeBytes() method in BinaryWriter.SafeDirectWriter
2675 public void writeBytes(int fieldNumber, ByteString value) { in writeBytes() method in BinaryWriter.UnsafeDirectWriter
DCodedOutputStreamWriter.java128 public void writeBytes(int fieldNumber, ByteString value) throws IOException { in writeBytes() method in CodedOutputStreamWriter
DSchemaUtil.java169 public static void writeBytes(int fieldNumber, ByteString value, Writer writer) in writeBytes() method in SchemaUtil
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php378 public static function writeBytes(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp387 Error WritableMappedBlockStream::writeBytes(uint32_t Offset, in writeBytes() function in WritableMappedBlockStream
/third_party/protobuf/js/experimental/runtime/kernel/
Dwriter.js152 writeBytes(fieldNumber, value) { method in Writer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp211 void writeBytes(const char *Bytes, int Size) { in writeBytes() function in __anoneaf363c10311::GCOVRecord
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp775 void writeBytes(llvm::StringRef Bytes) override in writeBytes() function in rr::ELFMemoryStreamer