HomeSort by relevance Sort by last modified time
    Searched defs:NextInt (Results 1 - 3 of 3) sorted by null

  /external/libcxx/test/libcxx/type_traits/
lazy_metafunctions.pass.cpp 40 struct NextInt {
41 typedef NextInt<Value + 1> type;
46 const int NextInt<Value>::value;
66 typedef std::__lazy_enable_if<true, NextInt<0> > Result;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/type_traits/
lazy_metafunctions.pass.cpp 40 struct NextInt {
41 typedef NextInt<Value + 1> type;
46 const int NextInt<Value>::value;
66 typedef std::__lazy_enable_if<true, NextInt<0> > Result;
  /external/v8/src/base/utils/
random-number-generator.cc 81 int RandomNumberGenerator::NextInt(int max) {

Completed in 142 milliseconds