Home
last modified time | relevance | path

Searched refs:long_value (Results 1 – 1 of 1) sorted by relevance

/src/contrib/googletest/googletest/src/
H A Dgtest-port.cc1327 const long long_value = strtol(str, &end, 10); // NOLINT in ParseInt32() local
1342 const auto result = static_cast<int32_t>(long_value); in ParseInt32()
1343 if (long_value == LONG_MAX || long_value == LONG_MIN || in ParseInt32()
1346 result != long_value in ParseInt32()