Searched refs:WriteBytes (Results 1 – 5 of 5) sorted by relevance
37 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() function154 bool WriteBytes(const std::vector<uint8_t> &bytes) override in WriteBytes() function211 bool WriteBytes(const std::vector<uint8_t> &bytes) override;
48 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::ItemWriter599 if (!writer->WriteBytes(magic)) { in WriteHeader()611 if (!writer->WriteBytes(versionVec)) { in WriteHeader()
862 if (!writer->WriteBytes(instructions_)) { in Write()1606 return writer->WriteBytes(data_); in Write()1655 if (!writer->WriteBytes(constant_pool_)) { in Write()
237 ASSERT_TRUE(writer.WriteBytes(magic));