/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceELFStreamer.h | 37 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/ |
D | BinaryByteStream.h | 112 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/ |
D | BinaryStreamRef.cpp | 57 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
|
D | BinaryStreamWriter.cpp | 28 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/ |
D | WritableFontData.java | 174 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/ |
D | encoder.js | 438 jspb.BinaryEncoder.prototype.writeBytes = function(bytes) { method in jspb.BinaryEncoder
|
D | writer.js | 790 jspb.BinaryWriter.prototype.writeBytes = function(field, value) { method in jspb.BinaryWriter
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | BinaryStream.h | 252 void writeBytes(const unsigned char *bytes, size_t count) { write(bytes, count); } in writeBytes() function
|
/third_party/pulseaudio/sonic/ |
D | wave.c | 29 static void writeBytes( in writeBytes() function
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedOutputStream.java | 305 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
|
D | Writer.java | 90 void writeBytes(int fieldNumber, ByteString value) throws IOException; in writeBytes() method
|
D | BinaryWriter.java | 1050 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
|
D | CodedOutputStreamWriter.java | 128 public void writeBytes(int fieldNumber, ByteString value) throws IOException { in writeBytes() method in CodedOutputStreamWriter
|
D | SchemaUtil.java | 169 public static void writeBytes(int fieldNumber, ByteString value, Writer writer) in writeBytes() method in SchemaUtil
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBWire.php | 378 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/ |
D | MappedBlockStream.cpp | 387 Error WritableMappedBlockStream::writeBytes(uint32_t Offset, in writeBytes() function in WritableMappedBlockStream
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
D | writer.js | 152 writeBytes(fieldNumber, value) { method in Writer
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 211 void writeBytes(const char *Bytes, int Size) { in writeBytes() function in __anoneaf363c10311::GCOVRecord
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 775 void writeBytes(llvm::StringRef Bytes) override in writeBytes() function in rr::ELFMemoryStreamer
|