Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.h34 class CGrowBuf
39 CLASS_NO_COPY(CGrowBuf);
55 CGrowBuf(): _items(0), _size(0) {} in CGrowBuf() function
56 ~CGrowBuf() { MyFree(_items); } in ~CGrowBuf()
65 CGrowBuf Data;