Searched defs:WriteBytes (Results 1 – 10 of 10) sorted by relevance
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zOut.h | 29 void WriteBytes(const void *data, size_t size) in WriteBytes() function 68 void WriteBytes(const CByteBuffer &data) { WriteBytes(data, data.GetCapacity()); } in WriteBytes() function
|
D | 7zOut.cpp | 13 static HRESULT WriteBytes(ISequentialOutStream *stream, const void *data, size_t size) in WriteBytes() function 160 void COutArchive::WriteBytes(const void *data, size_t size) in WriteBytes() function in NArchive::N7z::COutArchive
|
/external/llvm/tools/lli/ |
D | RemoteTargetExternal.h | 34 bool WriteBytes(const void *Data, size_t Size) { in WriteBytes() function
|
/external/lzma/CPP/7zip/Common/ |
D | OutBuffer.h | 55 void WriteBytes(const void *data, size_t size) in WriteBytes() function
|
/external/sfntly/cpp/src/sfntly/data/ |
D | writable_font_data.cc | 59 int32_t WritableFontData::WriteBytes(int32_t index, in WriteBytes() function in sfntly::WritableFontData 69 int32_t WritableFontData::WriteBytes(int32_t index, ByteVector* b) { in WriteBytes() function in sfntly::WritableFontData
|
/external/llvm/tools/lli/ChildTarget/ |
D | ChildTarget.cpp | 36 int WriteBytes(const void *Data, size_t Size) { in WriteBytes() function in LLIChildTarget
|
/external/lzma/C/ |
D | XzEnc.c | 30 static SRes WriteBytes(ISeqOutStream *s, const void *buf, UInt32 size) in WriteBytes() function
|
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite.cc | 390 void WireFormatLite::WriteBytes(int field_number, const string& value, in WriteBytes() function in google::protobuf::internal::WireFormatLite
|
/external/v8/src/ |
D | utils.cc | 307 int WriteBytes(const char* filename, in WriteBytes() function
|
/external/sonivox/jet_tools/JetCreator/ |
D | midifile.py | 281 def WriteBytes (stream, bytes): function
|