Abseil Team 717ce7feb8 Googletest export
Use standard C++11 integer types in gtest-port.h.

Remove testing::internal::{Int,Uint}{32,64} in favor of types
guaranteed to be in <cstdint> since C++11.

Tests for built-in integer type coverage are switched from
{Int,Uint}64 to [unsigned] long long, which is guaranteed by
C++11 to exist and be at least 64-bit wide.

PiperOrigin-RevId: 281565263
2019-11-22 16:33:15 -05:00
..
2019-01-08 11:50:56 -05:00
2019-07-16 13:35:16 -04:00
2019-07-17 13:38:25 -04:00
2018-10-29 13:46:16 -04:00
2019-11-22 16:33:15 -05:00
2018-11-20 13:29:40 -05:00
2019-11-22 16:33:15 -05:00
2019-11-22 16:33:15 -05:00
2019-09-16 11:47:35 -04:00
2019-01-02 16:51:33 -05:00
2018-11-20 13:30:24 -05:00
2019-09-12 18:21:31 +02:00