| /third_party/lzma/CPP/7zip/Common/ |
| H A D | OutBuffer.h | 57 void WriteBytes(const void *data, size_t size)
in WriteBytes() function in COutBuffer
|
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| H A D | WriteContext.cs | 206 public void WriteBytes(ByteString value) in WriteBytes() method
|
| H A D | CodedOutputStream.cs | 325 public void WriteBytes(ByteString value)
in WriteBytes() method in Google.Protobuf.CodedOutputStream
|
| H A D | WritingPrimitives.cs | 216 public static void WriteBytes(ref Span<byte> buffer, ref WriterInternalState state, ByteString value) in WriteBytes() method in Google.Protobuf.WritingPrimitives
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
| H A D | writable_font_data.cc | 62 int32_t WritableFontData::WriteBytes(int32_t index, in WriteBytes() function in sfntly::WritableFontData 72 int32_t WritableFontData::WriteBytes(int32_t index, std::vector<uint8_t>* b) { in WriteBytes() function in sfntly::WritableFontData
|
| /third_party/lzma/CPP/7zip/Archive/7z/ |
| H A D | 7zOut.h | 32 void WriteBytes(const void *data, size_t size)
in WriteBytes() function in NArchive::N7z::CWriteBufferLoc 249 void WriteBytes(const CByteBuffer &data) { WriteBytes(data, data.Size()); }
in WriteBytes() function in NArchive::N7z::COutArchive
|
| H A D | 7zOut.cpp | 129 void COutArchive::WriteBytes(const void *data, size_t size)
in WriteBytes() function in NArchive::N7z::COutArchive
|
| /third_party/node/deps/v8/third_party/zlib/google/ |
| H A D | zip_reader.h | 41 virtual bool WriteBytes(const char* data, int num_bytes) { return true; } in WriteBytes() function in zip::WriterDelegate
|
| H A D | zip_reader.cc | 608 bool FileWriterDelegate::WriteBytes(const char* data, int num_bytes) { in WriteBytes() function in zip::FileWriterDelegate
|
| /third_party/node/deps/zlib/google/ |
| H A D | zip_reader.h | 41 virtual bool WriteBytes(const char* data, int num_bytes) { return true; } in WriteBytes() function in zip::WriterDelegate
|
| H A D | zip_reader.cc | 650 bool FileWriterDelegate::WriteBytes(const char* data, int num_bytes) { in WriteBytes() function in zip::FileWriterDelegate
|
| /third_party/node/deps/v8/src/utils/ |
| H A D | utils.cc | 197 int WriteBytes(const char* filename, const byte* bytes, int size, in WriteBytes() function
|
| /third_party/skia/third_party/externals/zlib/google/ |
| H A D | zip_reader.cc | 72 bool StringWriterDelegate::WriteBytes(const char* data, int num_bytes) { in WriteBytes() function in zip::__anon26460::StringWriterDelegate 462 bool FileWriterDelegate::WriteBytes(const char* data, int num_bytes) { in WriteBytes() function in zip::FileWriterDelegate 492 bool FilePathWriterDelegate::WriteBytes(const char* data, int num_bytes) { in WriteBytes() function in zip::FilePathWriterDelegate
|
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | eh-frame.h | 145 void WriteBytes(const byte* start, int size) { in WriteBytes() function in v8::internal::EhFrameWriter
|
| /third_party/protobuf/src/google/protobuf/util/internal/ |
| H A D | proto_writer.cc | 253 inline Status WriteBytes(int field_number, const DataPiece& data, in WriteBytes() function
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | wire_format_lite.cc | 495 void WireFormatLite::WriteBytes(int field_number, const std::string& value, in WriteBytes() function in google::protobuf::internal::WireFormatLite
|
| /third_party/protobuf/src/google/protobuf/io/ |
| H A D | coded_stream.h | 744 uint8* WriteBytes(uint32 num, const T& s, uint8* ptr) { in WriteBytes() function in google::protobuf::io::EpsCopyOutputStream
|
| /third_party/lzma/C/ |
| H A D | XzEnc.c | 44 static SRes WriteBytes(ISeqOutStreamPtr s, const void *buf, size_t size)
in WriteBytes() function [all...] |