Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_writer.cpp23 bool MemoryWriter::WriteBytes(const std::vector<uint8_t> &bytes) in WriteBytes() function in ark::panda_file::MemoryWriter
40 bool MemoryBufferWriter::WriteBytes(const std::vector<uint8_t> &bytes) in WriteBytes() function in ark::panda_file::MemoryBufferWriter
80 bool FileWriter::WriteBytes(const std::vector<uint8_t> &bytes) in WriteBytes() function in ark::panda_file::FileWriter
Dfile_item_container.cpp78 bool WriteBytes(const std::vector<uint8_t> &bytes) override in WriteBytes() function in ark::panda_file::ItemDeduper::ItemWriter
/arkcompiler/runtime_core/libpandafile/
Dfile_writer.cpp48 bool FileWriter::WriteBytes(const std::vector<uint8_t> &bytes) in WriteBytes() function in panda::panda_file::FileWriter
Dfile_writer.h119 bool WriteBytes(const std::vector<uint8_t> &bytes) override in WriteBytes() function
154 bool WriteBytes(const std::vector<uint8_t> &bytes) override in WriteBytes() function
Dfile_item_container.cpp63 bool WriteBytes(const std::vector<uint8_t> &bytes) override in WriteBytes() function in panda::panda_file::ItemDeduper::ItemWriter
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp855 bool JSAPIFastBuffer::WriteBytes(JSThread *thread, const uint8_t *src, unsigned int size, uint8_t *… in WriteBytes() function in panda::ecmascript::JSAPIFastBuffer
933 bool JSAPIFastBuffer::WriteBytes(JSThread *thread, JSHandle<JSTaggedValue> srcData, JSHandle<JSTagg… in WriteBytes() function in panda::ecmascript::JSAPIFastBuffer