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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2959 // TypeWithSize<4>::UInt
2970 // For now it only handles UInt (unsigned int) as that's all Google Test
2978 typedef void UInt; typedef in class:std::tr1::TypeWithSize
2990 typedef unsigned int UInt; typedef in class:std::tr1::TypeWithSize
2999 typedef unsigned __int64 UInt; typedef in class:std::tr1::TypeWithSize
3002 typedef unsigned long long UInt; // NOLINT
3008 typedef TypeWithSize<4>::UInt UInt32;
3010 typedef TypeWithSize<8>::UInt UInt64;
7196 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;

Completed in 47 milliseconds