Lines Matching refs:long_value
8978 const long long_value = strtol(str, &end, 10); // NOLINT8993 const Int32 result = static_cast<Int32>(long_value);8994 if (long_value == LONG_MAX || long_value == LONG_MIN ||8997 result != long_value