Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/Common/
H A DMyBuffer.h163 template <class T> class CObjArray
169 CObjArray(const CObjArray &buffer);
170 void operator=(const CObjArray &buffer);
177 CObjArray(size_t size): _items(NULL) in CObjArray() function
185 CObjArray(): _items(NULL) {} in CObjArray() function
186 ~CObjArray() { delete []_items; } in ~CObjArray()
205 typedef CObjArray<Byte> CByteArr;
206 typedef CObjArray<bool> CBoolArr;
207 typedef CObjArray<int> CIntArr;
208 typedef CObjArray<unsigned> CUIntArr;
/aosp_15_r20/external/lzma/CPP/7zip/Archive/7z/
H A 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;
H A D7zDecode.cpp471 CObjArray<UInt64> packSizes(numStreams);
472 CObjArray<const UInt64 *> packSizesPointers(numStreams);
576 CObjArray<ISequentialInStream *> inStreamPointers(num);
H A D7zUpdate.cpp2720 CObjArray<UInt32> indices(numFiles);
/aosp_15_r20/external/lzma/CPP/7zip/UI/Agent/
H A DAgentProxy.h52 CObjArray<CProxyFile> Files; // all items from archive in same order
129 CObjArray<CProxyFile2> Files; // all items from archive in same order
/aosp_15_r20/external/lzma/CPP/Windows/
H A DCommonDialog.cpp151 CObjArray<char> filterBuf(size); in CommonDlg_BrowseForFile()
207 CObjArray<wchar_t> filterBuf(size); in CommonDlg_BrowseForFile()
H A DFileFind.cpp983 CObjArray<char> buf(size); in MyGetLogicalDriveStrings()
1006 CObjArray<wchar_t> buf(size); in MyGetLogicalDriveStrings()
H A DRegistry.cpp432 CObjArray<wchar_t> buffer(numChars); in SetValue_Strings()
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DComHandler.cpp102 CObjArray<UInt32> MiniSids;
107 CObjArray<UInt32> Fat;
110 CObjArray<UInt32> Mat;
468 CObjArray<UInt32> bat(numBatItems); in Open()
H A DQcowHandler.cpp520 CObjArray<UInt64> table64(l1Size);
/aosp_15_r20/external/lzma/CPP/7zip/UI/Far/
H A DPluginDelete.cpp89 CObjArray<UInt32> indices(numItems); in DeleteFiles()
H A DPluginWrite.cpp208 CObjArray<const wchar_t *> fileNamePointers(numItems); in PutFiles()
675 CObjArray<const wchar_t *> fileNamePointers(fileNames.Size()); in CompressFiles()
H A DPluginRead.cpp277 CObjArray<UInt32> indices(itemsNumber); in GetFilesReal()
H A DPlugin.cpp856 CObjArray<FarDialogItem> dialogItems(numDialogItems); in ShowAttributesWindow()
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Wim/
H A DWimIn.h200 CObjArray<UInt64> Chunks; // [NumChunks + 1] (start offset)
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Nsis/
H A DNsisIn.cpp2901 CObjArray<UInt32> labels; in ReadEntries()
3106 CObjArray<CSection> Sections; in ReadEntries()