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

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h243 // TypeWithSize - maps an integer to a int type.
2446 // TypeWithSize<4>::UInt
2461 class TypeWithSize { class in namespace:testing::internal
2463 // This prevents the user from using TypeWithSize<N> with incorrect
2470 class TypeWithSize<4> { class in namespace:testing::internal
2482 class TypeWithSize<8> { class in namespace:testing::internal
2494 typedef TypeWithSize<4>::Int Int32;
2495 typedef TypeWithSize<4>::UInt UInt32;
2496 typedef TypeWithSize<8>::Int Int64;
2497 typedef TypeWithSize<
[all...]
H A Dgtest-internal.h266 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;

Completed in 18 milliseconds