Searched defs:kMaxInt (Results 1 – 7 of 7) sorted by relevance
22 constexpr size_t kMaxInt = static_cast<size_t>(std::numeric_limits<int>::max()); variable
55 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
53 static constexpr int32_t kMaxInt = 2147483520; in get_unclipped_shape_dev_bounds() local
502 const int kMaxInt = std::numeric_limits<int>::max(); in TEST() local
112 constexpr int kMaxInt = 0x7FFFFFFF; variable