HomeSort by relevance Sort by last modified time
    Searched refs:CObjectVector (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/lzma/CPP/7zip/UI/Common/
SetProperties.h 8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
UpdatePair.h 23 const CObjectVector<CArcItem> &arcItems,
EnumDirItems.h 13 const NWindows::NFile::NFind::CFileInfo &fi, CObjectVector<CDirItem> &dirItems);
Extract.h 48 CObjectVector<CProperty> Properties;
81 const CObjectVector<COpenType> &types,
Update.h 55 CObjectVector<CProperty> Properties;
84 CObjectVector<CUpdateArchiveCommand> Commands;
115 CObjectVector<CRenamePair> RenamePairs;
117 bool InitFormatIndex(const CCodecs *codecs, const CObjectVector<COpenType> &types, const UString &arcPath);
179 const CObjectVector<COpenType> &types,
LoadCodecs.h 54 CObjectVector<CArcExtInfo> Exts;
62 CObjectVector<CByteBuffer> Signatures;
142 CObjectVector<CIconPair> IconPairs;
178 CObjectVector<CCodecLib> Libs;
198 CObjectVector<CArcInfoEx> Formats;
  /external/lzma/CPP/Common/
TextConfig.h 14 bool GetTextConfig(const AString &text, CObjectVector<CTextConfigPair> &pairs);
16 int FindTextConfigItem(const CObjectVector<CTextConfigPair> &pairs, const UString &id) throw();
17 UString GetTextConfigValue(const CObjectVector<CTextConfigPair> &pairs, const UString &id);
TextConfig.cpp 50 bool GetTextConfig(const AString &s, CObjectVector<CTextConfigPair> &pairs)
110 int FindTextConfigItem(const CObjectVector<CTextConfigPair> &pairs, const UString &id) throw()
118 UString GetTextConfigValue(const CObjectVector<CTextConfigPair> &pairs, const UString &id)
Wildcard.h 75 CObjectVector<CCensorNode> SubNodes;
76 CObjectVector<CItem> IncludeItems;
77 CObjectVector<CItem> ExcludeItems;
131 CObjectVector<CPair> Pairs;
133 CObjectVector<NWildcard::CCensorPath> CensorPaths;
MyVector.h 404 class CObjectVector
414 CObjectVector() {};
415 CObjectVector(const CObjectVector &v)
422 CObjectVector& operator=(const CObjectVector &v)
432 CObjectVector& operator+=(const CObjectVector &v)
477 ~CObjectVector()
  /external/lzma/CPP/7zip/UI/Console/
BenchCon.h 12 const CObjectVector<CProperty> &props, UInt32 numIterations, FILE *f);
HashCon.h 14 void PrintSeparatorLine(const CObjectVector<CHasherState> &hashers);
16 const CObjectVector<CHasherState> &hashers, unsigned digestIndex, bool showHash);
List.h 11 const CObjectVector<COpenType> &types,
22 const CObjectVector<CProperty> *props,
BenchCon.cpp 35 const CObjectVector<CProperty> &props, UInt32 numIterations, FILE *f)
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2MT.h 20 CObjectVector< CMyComPtr<ISequentialInStream> > InStreams;
21 CObjectVector< CMyComPtr<ISequentialOutStream> > OutStreams;
52 CObjectVector<CStreamBinder> _streamBinders;
59 CObjectVector<CCoder2> _coders;
HandlerOut.h 20 CObjectVector<COneMethodInfo> _methods;
MultiStream.h 31 CObjectVector<CSubStreamInfo> Streams;
71 CObjectVector<CSubStreamInfo> Streams;
  /external/lzma/CPP/7zip/Common/
UniqBlocks.h 12 CObjectVector<CByteBuffer> Bufs;
CreateCoder.h 46 CObjectVector<CCodecInfoEx> Codecs;
47 CObjectVector<CHasherInfoEx> Hashers;
  /external/lzma/CPP/7zip/UI/GUI/
ExtractGUI.h 24 const CObjectVector<COpenType> &formatIndices,
  /external/lzma/CPP/7zip/Archive/7z/
7zCompressionMode.h 31 CObjectVector<CMethodFull> Methods;
7zDecode.h 45 CObjectVector<CMyComPtr<IUnknown> > _decoders;
46 // CObjectVector<CMyComPtr<ICompressCoder2> > _decoders2;
7zEncode.h 27 CObjectVector<CCoderInfo> _codersInfo;
  /external/lzma/CPP/7zip/UI/FileManager/
SysIconUtils.h 30 CObjectVector<CExtIconPair> _extMap;
  /external/lzma/CPP/Windows/Control/
PropertyPage.h 44 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &title);

Completed in 5034 milliseconds

1 2 3