Searched refs:MAX_ARR_SIZE (Results 1 – 3 of 3) sorted by relevance
222 … ((uint32_t)cJSON_GetArraySize(value) >= 0 && (uint32_t)cJSON_GetArraySize(value) <= MAX_ARR_SIZE); in IsArray()323 if (inputArray.empty() || inputArray.size() > MAX_ARR_SIZE) { in IsArrayLengthValid()
33 constexpr uint32_t MAX_ARR_SIZE = 10000; variable
71 static const size_t MAX_ARR_SIZE = 100; variable