Home
last modified time | relevance | path

Searched refs:kInt32MaxPlus1 (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dbit_utils_test.cc179 static constexpr int64_t kInt32MaxPlus1 = variable
213 EXPECT_FALSE(IsInt<int64_t>(32, kInt32MaxPlus1)); in TEST()
246 static_assert(!IsInt<32, int64_t>(kInt32MaxPlus1), "TestIsInt64#14");