Searched refs:MAX_INT32_LENGTH (Results 1 – 1 of 1) sorted by relevance
73 constexpr uint32_t MAX_INT32_LENGTH = 11; // -2147483648 ~ 2147483647 variable700 if (data.empty() || data.size() > MAX_INT32_LENGTH) { in CheckDataLegal()