Searched refs:int32Result (Results 1 – 1 of 1) sorted by relevance
1979 auto int32Result = safelyParseInt<int32_t>(currentIndex + i, argValues[i]); in parsePropOptions() local1980 if (!int32Result.ok()) { in parsePropOptions()1983 argValues[i].c_str(), getErrorMsg(int32Result).c_str()); in parsePropOptions()1985 prop.value.int32Values[i] = int32Result.value(); in parsePropOptions()2035 auto int32Result = safelyParseInt<int32_t>(currentIndex, argValues[0]); in parsePropOptions() local2036 if (!int32Result.ok()) { in parsePropOptions()2039 getErrorMsg(int32Result).c_str()); in parsePropOptions()2041 prop.areaId = int32Result.value(); in parsePropOptions()