Searched refs:MAX_INT64_LENGTH (Results 1 – 1 of 1) sorted by relevance
74 constexpr uint32_t MAX_INT64_LENGTH = 20; // -9223372036854775808 ~ 9223372036854775807 variable742 if (data.empty() || data.size() > MAX_INT64_LENGTH) { in CheckDataTolonglong()