Searched defs:NextInt (Results 1 – 3 of 3) sorted by relevance
40 struct NextInt { struct41 typedef NextInt<Value + 1> type; argument46 const int NextInt<Value>::value; argument
53 V8_INLINE int NextInt() V8_WARN_UNUSED_RESULT { return Next(32); } in NextInt() function
82 int RandomNumberGenerator::NextInt(int max) { in NextInt() function in v8::base::RandomNumberGenerator