Searched refs:kIntMax (Results 1 – 1 of 1) sorted by relevance
21 const int kIntMax = std::numeric_limits<int>::max(); variable28 EXPECT_EQ(base::RandInt(kIntMax, kIntMax), kIntMax); in TEST()34 base::RandInt(kIntMin, kIntMax); in TEST()