Searched defs:UInt32 (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.h276 // Int32, UInt32, Int64, UInt64, TimeInMillis
3008 typedef TypeWithSize<4>::UInt UInt32; typedef in namespace:std::tr1
7638 static const UInt32 kMaxRange = 1u << 31;
7640 explicit Random(UInt32 seed) : state_(seed) {}
7642 void Reseed(UInt32 seed) { state_ = seed; }
7646 UInt32 Generate(UInt32 range);
7649 UInt32 state_;

Completed in 93 milliseconds