Lines Matching refs:long_value
8937 const long long_value = strtol(str, &end, 10); // NOLINT8952 const Int32 result = static_cast<Int32>(long_value);8953 if (long_value == LONG_MAX || long_value == LONG_MIN ||8956 result != long_value