Home
last modified time | relevance | path

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

/ark/runtime_core/libpandafile/
Dfile_writer.h39 virtual bool WriteBytes(const std::vector<uint8_t> &bytes) = 0;
88 return WriteBytes(out); in WriteUleb128()
97 return WriteBytes(out); in WriteSleb128()
117 bool WriteBytes(const std::vector<uint8_t> &bytes) override in WriteBytes() function
152 bool WriteBytes(const std::vector<uint8_t> &bytes) override in WriteBytes() function
200 bool WriteBytes(const std::vector<uint8_t> &bytes) override;
Dfile_writer.cpp44 return WriteBytes({data}); in WriteByte()
47 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
570 if (!writer->WriteBytes(magic)) { in WriteHeader()
582 if (!writer->WriteBytes(versionVec)) { in WriteHeader()
Dfile_items.cpp740 if (!writer->WriteBytes(instructions_)) { in Write()
1474 return writer->WriteBytes(data_); in Write()
1518 if (!writer->WriteBytes(constant_pool_)) { in Write()