Home
last modified time | relevance | path

Searched defs:WriteBytes (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/zlib/google/
Dzip_reader.cc72 bool StringWriterDelegate::WriteBytes(const char* data, int num_bytes) { in WriteBytes() function in zip::__anon800424210111::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/zlib/google/
Dzip_reader.cc73 bool StringWriterDelegate::WriteBytes(const char* data, int num_bytes) { in WriteBytes() function in zip::__anon49924d1c0111::StringWriterDelegate
463 bool FileWriterDelegate::WriteBytes(const char* data, int num_bytes) { in WriteBytes() function in zip::FileWriterDelegate
493 bool FilePathWriterDelegate::WriteBytes(const char* data, int num_bytes) { in WriteBytes() function in zip::FilePathWriterDelegate
/third_party/flutter/skia/third_party/externals/zlib/google/
Dzip_reader.cc73 bool StringWriterDelegate::WriteBytes(const char* data, int num_bytes) { in WriteBytes() function in zip::__anonc4ba33360111::StringWriterDelegate
457 bool FileWriterDelegate::WriteBytes(const char* data, int num_bytes) { in WriteBytes() function in zip::FileWriterDelegate
487 bool FilePathWriterDelegate::WriteBytes(const char* data, int num_bytes) { in WriteBytes() function in zip::FilePathWriterDelegate
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/
Dbyte_stream_wrappers.h81 void WriteBytes(const uint8_t* bytes, size_t length) { in WriteBytes() function
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
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/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
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/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs206 public void WriteBytes(ByteString value) in WriteBytes() method
DCodedOutputStream.cs325 public void WriteBytes(ByteString value) in WriteBytes() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs216 …public static void WriteBytes(ref Span<byte> buffer, ref WriterInternalState state, ByteString val… in WriteBytes() method in Google.Protobuf.WritingPrimitives
/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc253 inline Status WriteBytes(int field_number, const DataPiece& data, in WriteBytes() function
/third_party/protobuf/src/google/protobuf/
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/
Dcoded_stream.h744 uint8* WriteBytes(uint32 num, const T& s, uint8* ptr) { in WriteBytes() function