Searched refs:kRecursiveDepthLimit (Results 1 – 3 of 3) sorted by relevance
197 static final private int kRecursiveDepthLimit = 3500;199 if (depth > kRecursiveDepthLimit) {
198 static final private int kRecursiveDepthLimit = 3500;200 if (depth > kRecursiveDepthLimit) {
242 constexpr int kRecursiveDepthLimit = 3500; variable249 if (depth > kRecursiveDepthLimit) { in flattenVariables()