Searched refs:childLengthLimit (Results 1 – 1 of 1) sorted by relevance
399 constexpr size_t childLengthLimit = 100; in LoopDetected() local400 static_assert(totalLengthLimit > childLengthLimit, "totalLengthLimit too small"); in LoopDetected()401 constexpr size_t currentLengthLimit = totalLengthLimit - childLengthLimit; in LoopDetected()404 (int)childLengthLimit, childNode.c_str(), (int)currentLengthLimit, currentNode.c_str()); in LoopDetected()407 if (childNode.length() > childLengthLimit) { in LoopDetected()