googletest/googlemock/include/gmock/internal
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
..
custom formatting custom/README.md 2018-08-13 22:45:53 -04:00
gmock-internal-utils.h Googletest export 2019-11-22 16:33:15 -05:00
gmock-port.h Googletest export 2019-11-22 16:33:15 -05:00
gmock-pp.h Merge pull request #2514 from thejcannon:msvc_macro_issue 2019-10-23 13:35:26 -04:00