Searched defs:ConvertStringToUInt32 (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp757 static bool ConvertStringToUInt32(const wchar_t *s, UInt32 &v) function
996 if (!ConvertStringToUInt32(nonSwitchStrings[curCommandIndex++], options.NumIterations))
1011 if (!ConvertStringToUInt32((const wchar_t *)postString + pos, logSize))
1023 if (!ConvertStringToUInt32((const wchar_t *)postString + pos, options.NumThreads))

Completed in 29 milliseconds