HomeSort by relevance Sort by last modified time
    Searched defs:propIDs (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/7zip/Common/
MethodProps.cpp 51 CRecordVector<PROPID> propIDs;
59 propIDs.Add(prop.Id);
71 res = setCoderProperties->SetCoderProperties(&propIDs.Front(), values, numProps);
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 401 PROPID propIDs[] =
414 const int kNumPropsMax = sizeof(propIDs) / sizeof(propIDs[0]);
444 if (encoderSpec->SetCoderProperties(propIDs, props, numProps) != S_OK)
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 579 PROPID propIDs[] =
584 const int kNumProps = sizeof(propIDs) / sizeof(propIDs[0]);
597 RINOK(setCoderProperties->SetCoderProperties(propIDs, props, kNumProps));

Completed in 469 milliseconds