Home
last modified time | relevance | path

Searched defs:XzCallbacks (Results 1 – 1 of 1) sorted by relevance

/art/compiler/debug/
Delf_gnu_debugdata_writer.h46 struct XzCallbacks : public ISeqInStream, public ISeqOutStream, public ICompressProgress { in XzCompress() struct
47 static SRes ReadImpl(void* p, void* buf, size_t* size) { in XzCompress()
54 static size_t WriteImpl(void* p, const void* buf, size_t size) { in XzCompress()
60 static SRes ProgressImpl(void* , UInt64, UInt64) { in XzCompress()
63 size_t src_pos_; in XzCompress()
64 const std::vector<uint8_t>* src_; in XzCompress()
65 std::vector<uint8_t>* dst_; in XzCompress()