Home
last modified time | relevance | path

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

12

/external/pigweed/pw_sys_io/
Dsys_io.cc29 StatusWithSize WriteBytes(ConstByteSpan src) { in WriteBytes() function
/external/puffin/src/
Dbit_writer.cc33 bool BufferBitWriter::WriteBytes( in WriteBytes() function in puffin::BufferBitWriter
/external/image_io/src/base/
Dbyte_buffer.cc15 static size_t WriteBytes(const ByteData& byte_data, Byte* pos) { in WriteBytes() function
/external/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
/external/lzma/CPP/7zip/Common/
DOutBuffer.h57 void WriteBytes(const void *data, size_t size) in WriteBytes() function
/external/openthread/src/core/common/
Dframe_builder.cpp94 void FrameBuilder::WriteBytes(uint16_t aOffset, const void *aBuffer, uint16_t aLength) in WriteBytes() function in ot::FrameBuilder
/external/perfetto/include/perfetto/protozero/
Dscattered_stream_writer.h88 inline void WriteBytes(const uint8_t* src, in WriteBytes() function
/external/lzma/CPP/7zip/Archive/7z/
D7zOut.h30 void WriteBytes(const void *data, size_t size) in WriteBytes() function
249 void WriteBytes(const CByteBuffer &data) { WriteBytes(data, data.Size()); } in WriteBytes() function
/external/zlib/google/
Dzip_reader.cc88 bool WriteBytes(const char* data, int num_bytes) override { in WriteBytes() function in zip::__anon966d083b0111::StringWriterDelegate
650 bool FileWriterDelegate::WriteBytes(const char* data, int num_bytes) { in WriteBytes() function in zip::FileWriterDelegate
Dzip_reader.h41 virtual bool WriteBytes(const char* data, int num_bytes) { return true; } in WriteBytes() function
/external/pigweed/pw_string/
Dstring_builder.cc103 void StringBuilder::WriteBytes(span<const std::byte> data) { in WriteBytes() function in pw::StringBuilder
/external/libchrome/base/
Dbig_endian.cc72 bool BigEndianWriter::WriteBytes(const void* buf, size_t len) { in WriteBytes() function in base::BigEndianWriter
Dpickle.cc307 void Pickle::WriteBytes(const void* data, int length) { in WriteBytes() function in base::Pickle
/external/webrtc/rtc_base/
Dbyte_buffer.h79 void WriteBytes(const char* val, size_t len) { buffer_.AppendData(val, len); } in WriteBytes() function
/external/cronet/net/ntlm/
Dntlm_buffer_writer.cc50 bool NtlmBufferWriter::WriteBytes(base::span<const uint8_t> bytes) { in WriteBytes() function in net::ntlm::NtlmBufferWriter
Dntlm_buffer_writer_unittest.cc136 TEST(NtlmBufferWriterTest, WriteBytes) { in TEST() argument
/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
Dspdy_frame_builder.cc129 bool SpdyFrameBuilder::WriteBytes(const void* data, uint32_t data_len) { in WriteBytes() function in spdy::SpdyFrameBuilder
/external/cronet/base/
Dbig_endian.cc120 bool BigEndianWriter::WriteBytes(const void* buf, size_t len) { in WriteBytes() function in base::BigEndianWriter
/external/cronet/net/third_party/quiche/src/quiche/common/
Dquiche_data_writer.cc96 bool QuicheDataWriter::WriteBytes(const void* data, size_t data_len) { in WriteBytes() function in quiche::QuicheDataWriter
/external/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
/external/cronet/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
/external/armnn/profiling/common/src/
DCommonProfilingUtils.cpp76 void WriteBytes(unsigned char* buffer, unsigned int offset, const void* value, unsigned int valueSi… in WriteBytes() function
/external/ms-tpm-20-ref/TPMCmd/Simulator/src/
DTcpServer.c544 WriteBytes( in WriteBytes() function

12