Searched refs:CoderMethodIDs (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.h24 CRecordVector<CMethodId> CoderMethodIDs; member in struct:NArchive::N7z::CBindInfoEx
28 CoderMethodIDs.Clear();
H A D7zDecode.cpp35 bindInfo.CoderMethodIDs.Add(coderInfo.MethodID);
70 for (i = 0; i < a1.CoderMethodIDs.Size(); i++)
71 if (a1.CoderMethodIDs[i] != a2.CoderMethodIDs[i])

Completed in 74 milliseconds