Home
last modified time | relevance | path

Searched refs:ConvertStringToUInt32 (Results 1 – 1 of 1) sorted by relevance

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