Home
last modified time | relevance | path

Searched refs:positionWeight (Results 1 - 1 of 1) sorted by relevance

/foundation/ability/idl_tool/parser/
H A Dlexer.cpp346 int positionWeight = 1; in strToInt() local
354 if (static_cast<int64_t>(digit * positionWeight) > std::numeric_limits<int32_t>::max() - result) { in strToInt()
357 result += digit * positionWeight; in strToInt()
358 positionWeight *= ten; in strToInt()

Completed in 1 milliseconds