Searched defs:kMaxInt (Results 1 – 5 of 5) sorted by relevance
36 const int kMaxInt = std::numeric_limits<int>::max(); in ParseInt() local
71 static constexpr int32_t kMaxInt = 2147483520; in get_unclipped_shape_dev_bounds() local
250 static constexpr int32_t kMaxInt = 2147483520; in get_unclipped_shape_dev_bounds() local
218 const kMaxInt = (2 ** 32) - 1; constant
193 constexpr int kMaxInt = 0x7FFFFFFF; variable