Searched refs:WriteBytes (Results 1 – 4 of 4) sorted by relevance
39 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() function152 bool WriteBytes(const std::vector<uint8_t> &bytes) override in WriteBytes() function200 bool WriteBytes(const std::vector<uint8_t> &bytes) override;
44 return WriteBytes({data}); in WriteByte()47 bool FileWriter::WriteBytes(const std::vector<uint8_t> &bytes) in WriteBytes() function in panda::panda_file::FileWriter
66 bool WriteBytes(const std::vector<uint8_t> &bytes) override in WriteBytes() function in panda::panda_file::ItemDeduper::ItemWriter570 if (!writer->WriteBytes(magic)) { in WriteHeader()582 if (!writer->WriteBytes(versionVec)) { in WriteHeader()
740 if (!writer->WriteBytes(instructions_)) { in Write()1474 return writer->WriteBytes(data_); in Write()1518 if (!writer->WriteBytes(constant_pool_)) { in Write()