Searched refs:BiggestConvertible (Results 1 - 1 of 1) sorted by relevance

/openjdk10/test/fmw/gtest/src/
H A Dgtest-internal-inl.h1012 // BiggestConvertible is the largest integer type that system-provided
1018 typedef unsigned __int64 BiggestConvertible; typedef
1019 const BiggestConvertible parsed = _strtoui64(str.c_str(), &end, 10);
1023 typedef unsigned long long BiggestConvertible; // NOLINT typedef
1024 const BiggestConvertible parsed = strtoull(str.c_str(), &end, 10);
1035 if (parse_success && static_cast<BiggestConvertible>(result) == parsed) {

Completed in 101 milliseconds