Searched defs:ItemWriter (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/runtime_core/libpandafile/ | ||
H A D | file_item_container.cpp | 51 class ItemWriter : public Writer { class in panda::panda_file::ItemDeduper 53 ItemWriter(std::vector<uint8_t> *buf, size_t offset) : buf_(buf), offset_(offset) {} in ItemWriter() function in panda::panda_file::ItemDeduper::ItemWriter |
/arkcompiler/runtime_core/static_core/libpandafile/ | ||
H A D | file_item_container.cpp | 63 class ItemWriter : public Writer { class in ark::panda_file::ItemDeduper 65 ItemWriter(std::vector<uint8_t> *buf, size_t offset) : buf_(buf), offset_(offset) {} in ItemWriter() function in ark::panda_file::ItemDeduper::ItemWriter |
Completed in 4 milliseconds