Home
last modified time | relevance | path

Searched defs:WriteBytes (Results 1 - 18 of 18) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DOutBuffer.h57 void WriteBytes(const void *data, size_t size) in WriteBytes() function in COutBuffer
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DWriteContext.cs206 public void WriteBytes(ByteString value) in WriteBytes() method
H A DCodedOutputStream.cs325 public void WriteBytes(ByteString value) in WriteBytes() method in Google.Protobuf.CodedOutputStream
H A DWritingPrimitives.cs216 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 Dwritable_font_data.cc62 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 D7zOut.h32 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 D7zOut.cpp129 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 Dzip_reader.h41 virtual bool WriteBytes(const char* data, int num_bytes) { return true; } in WriteBytes() function in zip::WriterDelegate
H A Dzip_reader.cc608 bool FileWriterDelegate::WriteBytes(const char* data, int num_bytes) { in WriteBytes() function in zip::FileWriterDelegate
/third_party/node/deps/zlib/google/
H A Dzip_reader.h41 virtual bool WriteBytes(const char* data, int num_bytes) { return true; } in WriteBytes() function in zip::WriterDelegate
H A Dzip_reader.cc650 bool FileWriterDelegate::WriteBytes(const char* data, int num_bytes) { in WriteBytes() function in zip::FileWriterDelegate
/third_party/node/deps/v8/src/utils/
H A Dutils.cc197 int WriteBytes(const char* filename, const byte* bytes, int size, in WriteBytes() function
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_reader.cc72 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 Deh-frame.h145 void WriteBytes(const byte* start, int size) { in WriteBytes() function in v8::internal::EhFrameWriter
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dproto_writer.cc253 inline Status WriteBytes(int field_number, const DataPiece& data, in WriteBytes() function
/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc495 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 Dcoded_stream.h744 uint8* WriteBytes(uint32 num, const T& s, uint8* ptr) { in WriteBytes() function in google::protobuf::io::EpsCopyOutputStream
/third_party/lzma/C/
H A DXzEnc.c44 static SRes WriteBytes(ISeqOutStreamPtr s, const void *buf, size_t size) in WriteBytes() function
[all...]

Completed in 19 milliseconds