BiggestConvertible 1430 modules/ts/src/ts_gtest.cpp   const BiggestConvertible parsed = _strtoui64(str.c_str(), &end, 10);
BiggestConvertible 1435 modules/ts/src/ts_gtest.cpp   const BiggestConvertible parsed = strtoull(str.c_str(), &end, 10);
BiggestConvertible 1446 modules/ts/src/ts_gtest.cpp   if (parse_success && static_cast<BiggestConvertible>(result) == parsed) {