Home
last modified time | relevance | path

Searched refs:WriteByte (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile_writer.h35 virtual bool WriteByte(uint8_t byte) = 0;
53 if (!WriteByte(0)) { in Align()
67 if (!WriteByte(data & BYTE_MASK)) { in Write()
113 bool WriteByte(uint8_t byte) override in WriteByte() function
148 bool WriteByte(uint8_t byte) override in WriteByte() function
209 bool WriteByte(uint8_t data) override;
Dfile_writer.cpp39 bool FileWriter::WriteByte(uint8_t data) in WriteByte() function in panda::panda_file::FileWriter
Dfile_items.cpp69 if (!writer->WriteByte(static_cast<uint8_t>(tag))) { in WriteUlebTaggedValue()
83 if (!writer->WriteByte(static_cast<uint8_t>(tag))) { in WriteSlebTaggedValue()
97 if (!writer->WriteByte(static_cast<uint8_t>(tag))) { in WriteTaggedValue()
231 if (!writer->WriteByte(static_cast<uint8_t>(c))) { in Write()
326 if (!writer->WriteByte(static_cast<uint8_t>(ClassTag::INTERFACES))) { in WriteIfaces()
396 return writer->WriteByte(static_cast<uint8_t>(ClassTag::NOTHING)); in WriteTaggedData()
707 return writer->WriteByte(static_cast<uint8_t>(MethodTag::NOTHING)); in WriteTaggedData()
1371 return writer->WriteByte(static_cast<uint8_t>(FieldTag::NOTHING)); in WriteTaggedData()
1701 if (!writer->WriteByte(static_cast<uint8_t>(type_))) { in Write()
Dfile_item_container.cpp59 bool WriteByte(uint8_t byte) override in WriteByte() function in panda::panda_file::ItemDeduper::ItemWriter
/arkcompiler/runtime_core/tests/fuzztest/writebyte_fuzzer/
Dwritebyte_fuzzer.cpp31 writer.WriteByte(data[i]); in WriteByteFuzzTest()
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp117 writer.WriteByte(b);
140 writer.WriteByte(b);
189 writer.WriteByte(b);
214 writer.WriteByte(b);