Lines Matching refs:long_value
1110 const long long_value = strtol(str, &end, 10); // NOLINT1125 const Int32 result = static_cast<Int32>(long_value);1126 if (long_value == LONG_MAX || long_value == LONG_MIN ||1129 result != long_value