HomeSort by relevance Sort by last modified time
    Searched refs:CoderMethodIDs (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Archive/7z/
7zDecode.h 24 CRecordVector<CMethodId> CoderMethodIDs;
28 CoderMethodIDs.Clear();
7zDecode.cpp 35 bindInfo.CoderMethodIDs.Add(coderInfo.MethodID);
70 for (i = 0; i < a1.CoderMethodIDs.Size(); i++)
71 if (a1.CoderMethodIDs[i] != a2.CoderMethodIDs[i])

Completed in 56 milliseconds