Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DMyBuffer.h162 template <class T> class CObjArray2
167 CObjArray2(const CObjArray2 &buffer);
168 void operator=(const CObjArray2 &buffer);
177 CObjArray2(): _items(0), _size(0) {}; in CObjArray2() function
204 ~CObjArray2() { delete []_items; } in ~CObjArray2()
/external/lzma/CPP/7zip/Archive/7z/
D7zItem.h39 CObjArray2<CCoderInfo> Coders;
40 CObjArray2<CBond> Bonds;
41 CObjArray2<UInt32> PackStreams;