Searched defs:max_int (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
H A DResourceValues.cpp525 max_int(std::numeric_limits<int32_t>::max()) {
552 if (type_mask != other->type_mask || min_int != other->min_int || max_int != other->max_int) {
704 if (max_int != std::numeric_limits<int32_t>::max()) {
705 *out << " max=" << max_int; local
823 } else if (static_cast<int32_t>(flattened_data) > max_int) {
825 *out_msg << item << " is greater than maximum integer " << max_int; local
H A DResourceValues.h301 int32_t max_int; member in struct:aapt::Attribute

Completed in 63 milliseconds