Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Common/
DMyBuffer.h148 template <class T> class CObjArray
154 CObjArray(const CObjArray &buffer);
155 void operator=(const CObjArray &buffer);
162 CObjArray(size_t size): _items(0) in CObjArray() function
170 CObjArray(): _items(0) {}; in CObjArray() function
171 ~CObjArray() { delete []_items; } in ~CObjArray()
185 typedef CObjArray<unsigned char> CByteArr;
186 typedef CObjArray<bool> CBoolArr;
187 typedef CObjArray<int> CIntArr;
188 typedef CObjArray<unsigned> CUIntArr;
/third_party/lzma/CPP/7zip/Archive/7z/
D7zIn.h52 CObjArray<UInt64> PackPositions; // NumPackStreams + 1
56 CObjArray<CNum> NumUnpackStreamsVector; // NumFolders
58 CObjArray<UInt64> CoderUnpackSizes; // including unpack sizes of bond coders
59 CObjArray<CNum> FoToCoderUnpackSizes; // NumFolders + 1
60 CObjArray<CNum> FoStartPackStreamIndex; // NumFolders + 1
61 CObjArray<Byte> FoToMainUnpackSizeIndex; // NumFolders
63 CObjArray<size_t> FoCodersDataOffset; // NumFolders + 1
127 CObjArray<size_t> NameOffsets; // numFiles + 1, offsets of utf-16 symbols
202 CObjArray<CNum> FolderStartFileIndex;
203 CObjArray<CNum> FileIndexToFolderIndexMap;
D7zDecode.cpp454 CObjArray<UInt64> packSizes(numStreams); in Decode()
455 CObjArray<const UInt64 *> packSizesPointers(numStreams); in Decode()
560 CObjArray<ISequentialInStream *> inStreamPointers(num); in Decode()
D7zUpdate.cpp2364 CObjArray<UInt32> indices(numFiles); in Update()
/third_party/lzma/CPP/Windows/
DFileFind.cpp874 CObjArray<char> buf(size); in MyGetLogicalDriveStrings()
897 CObjArray<wchar_t> buf(size); in MyGetLogicalDriveStrings()
DRegistry.cpp362 CObjArray<wchar_t> buffer(numChars); in SetValue_Strings()