Home
last modified time | relevance | path

Searched refs:CMethodId (Results 1 – 13 of 13) sorted by relevance

/external/lzma/CPP/7zip/Common/
DCreateCoder.h17 CMethodId Id;
30 CMethodId Id;
81 const UString &name, CMethodId &methodId, UInt32 &numInStreams, UInt32 &numOutStreams);
85 CMethodId methodId, UString &name);
89 const UString &name, CMethodId &methodId);
93 CRecordVector<CMethodId> &methods);
97 CMethodId methodId,
105 CMethodId methodId,
112 CMethodId methodId,
117 CMethodId methodId,
[all …]
DCreateCoder.cpp119 const UString &name, CMethodId &methodId, UInt32 &numInStreams, UInt32 &numOutStreams) in FindMethod()
151 CMethodId methodId, UString &name) in FindMethod()
180 CMethodId &methodId) in FindHashMethod()
208 CRecordVector<CMethodId> &methods) in GetHashMethods()
223 CMethodId methodId, in CreateCoder()
320 CMethodId methodId, in CreateCoder()
334 CMethodId methodId, in CreateCoder()
347 CMethodId methodId, in CreateFilter()
361 CMethodId methodId, in CreateHasher()
DRegisterCodec.h14 CMethodId Id;
38 CMethodId Id;
DMethodId.h8 typedef UInt64 CMethodId; typedef
/external/lzma/CPP/7zip/UI/Common/
DHashCalc.cpp51 CRecordVector<CMethodId> ids; in SetMethods()
65 CRecordVector<CMethodId> tempMethods; in SetMethods()
80 CMethodId id; in SetMethods()
DBench.cpp1908 CMethodId hashID; in CrcBench()
2218 CMethodId hashID; in Bench()
/external/lzma/CPP/7zip/Archive/7z/
D7zCompressionMode.h14 CMethodId Id;
D7zDecode.h24 CRecordVector<CMethodId> CoderMethodIDs;
D7zEncode.h33 CRecordVector<CMethodId> _decompressionMethods;
D7zItem.h24 CMethodId MethodID;
D7zEncode.cpp23 const CRecordVector<CMethodId> decompressionMethods, in ConvertBindInfoToFolderItemInfo()
D7zUpdate.cpp704 CMethodId m = f.Coders[i].MethodID; in Is86FilteredFolder()
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp41 static HRESULT SetClassID(CMethodId id, UInt16 typeId, PROPVARIANT *value) in SetClassID()