Home
last modified time | relevance | path

Searched defs:writeBytes (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceELFStreamer.h37 virtual void writeBytes(llvm::StringRef Bytes) { in writeBytes() function in Ice::ELFStreamer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DBinaryStreamRef.cpp117 Error WritableBinaryStreamRef::writeBytes(uint32_t Offset, in writeBytes() function in WritableBinaryStreamRef
H A 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/
H A 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/pulseaudio/sonic/
H A Dwave.c29 static void writeBytes( in writeBytes() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DBinaryStream.h252 void writeBytes(const unsigned char *bytes, size_t count) { write(bytes, count); } in writeBytes() function in gl::BinaryOutputStream
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp387 Error WritableMappedBlockStream::writeBytes(uint32_t Offset, in writeBytes() function in WritableMappedBlockStream
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DWriter.java90 void writeBytes(int fieldNumber, ByteString value) throws IOException; in writeBytes() method
H A DCodedOutputStreamWriter.java128 public void writeBytes(int fieldNumber, ByteString value) throws IOException { in writeBytes() method in CodedOutputStreamWriter
H A 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
H A DSchemaUtil.java169 public static void writeBytes(int fieldNumber, ByteString value, Writer writer) in writeBytes() method in SchemaUtil
H A 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(fina method in CodedOutputStream.OutputStreamEncoder
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBWire.php378 public static function writeBytes(&$output, $value) function
/third_party/protobuf/js/binary/
H A Dencoder.js
H A Dwriter.js

Completed in 21 milliseconds