Searched refs:STR_TO_LONG_LEN (Results 1 – 1 of 1) sorted by relevance
31 constexpr int32_t STR_TO_LONG_LEN = 10; variable56 return static_cast<int32_t>(strtol(str, nullptr, STR_TO_LONG_LEN)); in ParseInt()