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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1413 // BiggestConvertible is the largest integer type that system-provided
1419 typedef unsigned __int64 BiggestConvertible; typedef
1420 const BiggestConvertible parsed = _strtoui64(str.c_str(), &end, 10);
1424 typedef unsigned long long BiggestConvertible; // NOLINT typedef
1425 const BiggestConvertible parsed = strtoull(str.c_str(), &end, 10);
1436 if (parse_success && static_cast<BiggestConvertible>(result) == parsed) {

Completed in 18 milliseconds