Home
last modified time | relevance | path

Searched refs:WriteBytes (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile_writer.h37 virtual bool WriteBytes(const std::vector<uint8_t> &bytes) = 0;
84 return WriteBytes(out); in WriteUleb128()
93 return WriteBytes(out); in WriteSleb128()
119 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
211 bool WriteBytes(const std::vector<uint8_t> &bytes) override;
Dfile_writer.cpp48 bool FileWriter::WriteBytes(const std::vector<uint8_t> &bytes) in WriteBytes() function in panda::panda_file::FileWriter
Dfile_item_container.cpp66 bool WriteBytes(const std::vector<uint8_t> &bytes) override in WriteBytes() function in panda::panda_file::ItemDeduper::ItemWriter
599 if (!writer->WriteBytes(magic)) { in WriteHeader()
611 if (!writer->WriteBytes(versionVec)) { in WriteHeader()
Dfile_items.cpp862 if (!writer->WriteBytes(instructions_)) { in Write()
1606 return writer->WriteBytes(data_); in Write()
1655 if (!writer->WriteBytes(constant_pool_)) { in Write()
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_test.cpp237 ASSERT_TRUE(writer.WriteBytes(magic));