Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp729 bool ParseComplexSize(const wchar_t *s, UInt64 &result);
776 if (!ParseComplexSize(sv[i], size) || size == 0) in SetAddCommandOptions()
DOpenArchive.cpp3418 bool ParseComplexSize(const wchar_t *s, UInt64 &result) in ParseComplexSize() function
3465 if (!ParseComplexSize(s.Ptr(1), result)) in ParseTypeParams()