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

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2446 // TypeWithSize<4>::UInt
2457 // For now it only handles UInt (unsigned int) as that's all Google Test
2465 typedef void UInt; typedef in class:testing::internal::TypeWithSize
2477 typedef unsigned int UInt; typedef in class:testing::internal::TypeWithSize
2486 typedef unsigned __int64 UInt; typedef in class:testing::internal::TypeWithSize
2489 typedef unsigned long long UInt; // NOLINT
2495 typedef TypeWithSize<4>::UInt UInt32;
2497 typedef TypeWithSize<8>::UInt UInt64;
H A Dgtest-internal.h266 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;

Completed in 18 milliseconds