Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DMyBuffer.h154 template <class T> class CObjArray2
160 CObjArray2(const CObjArray2 &buffer);
161 void operator=(const CObjArray2 &buffer);
170 CObjArray2(): _items(0), _size(0) {}; in CObjArray2() function
197 ~CObjArray2() { delete []_items; } in ~CObjArray2()
/external/lzma/CPP/7zip/Archive/7z/
D7zItem.h40 CObjArray2<CCoderInfo> Coders;
41 CObjArray2<CBindPair> BindPairs;
42 CObjArray2<CNum> PackStreams;