Searched defs:kMaxRange (Results 1 - 2 of 2) sorted by relevance

/openjdk9/test/fmw/gtest/include/gtest/internal/
H A Dgtest-internal.h678 static const UInt32 kMaxRange = 1u << 31; member in class:testing::internal::Random
/openjdk9/test/fmw/gtest/src/
H A Dgtest.cc299 << "but this can only generate numbers in [0, " << kMaxRange << ")."; local

Completed in 106 milliseconds