Home | History | Annotate | Download | only in internal

Lines Matching refs:UInt

980 //   TypeWithSize<4>::UInt
991 // For now it only handles UInt (unsigned int) as that's all Google Test
999 typedef void UInt;
1011 typedef unsigned int UInt;
1020 typedef unsigned __int64 UInt;
1023 typedef unsigned long long UInt; // NOLINT
1029 typedef TypeWithSize<4>::UInt UInt32;
1031 typedef TypeWithSize<8>::UInt UInt64;