Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DMyBuffer.h173 template <class T> class CObjArray2
179 CObjArray2(const CObjArray2 &buffer);
180 void operator=(const CObjArray2 &buffer);
189 CObjArray2(): _items(0), _size(0) {}; in CObjArray2() function
216 ~CObjArray2() { delete []_items; } in ~CObjArray2()
/external/lzma/CPP/7zip/Archive/7z/
D7zItem.h41 CObjArray2<CCoderInfo> Coders;
42 CObjArray2<CBond> Bonds;
43 CObjArray2<UInt32> PackStreams;