Searched refs:ParseComplexSize (Results 1 – 2 of 2) sorted by relevance
779 bool ParseComplexSize(const wchar_t *s, UInt64 &result);826 if (!ParseComplexSize(sv[i], size) || size == 0) in SetAddCommandOptions()
3409 bool ParseComplexSize(const wchar_t *s, UInt64 &result) in ParseComplexSize() function3456 if (!ParseComplexSize(s.Ptr(1), result)) in ParseTypeParams()