HomeSort by relevance Sort by last modified time
    Searched full:_propids (Results 1 - 1 of 1) sorted by null

  /external/lzma/CPP/7zip/Common/
MethodProps.cpp 149 PROPID *_propIDs;
158 _propIDs = new PROPID[numPropsMax];
163 delete []_propIDs;
169 return setCoderProperties->SetCoderProperties(_propIDs, _props, _numProps);
177 _propIDs[_numProps] = prop.Id;

Completed in 166 milliseconds