Searched defs:kMaxInt (Results 1 – 8 of 8) sorted by relevance
23 constexpr size_t kMaxInt = static_cast<size_t>(std::numeric_limits<int>::max()); variable
15 constexpr int kMaxInt = std::numeric_limits<int>::max(); variable
53 static constexpr int32_t kMaxInt = 2147483520; in get_unclipped_shape_dev_bounds() local
218 static constexpr int32_t kMaxInt = 2147483520; in get_unclipped_shape_dev_bounds() local
226 static constexpr int32_t kMaxInt = 2147483520; in get_unclipped_shape_dev_bounds() local
548 const int kMaxInt = std::numeric_limits<int>::max(); in TEST() local
154 constexpr int kMaxInt = 0x7FFFFFFF; variable