Lines Matching defs:currentDepth
445 auto currentDepth = Push(entry, 0);
446 while (currentDepth > 0) {
447 auto& curState = dfsStack_[currentDepth - 1]; // -1: for current
452 currentDepth--;
461 currentDepth = Push(succ, currentDepth);
478 auto currentDepth = Push(entry, 0);
479 while (currentDepth > 0) {
480 auto &curState = dfsStack_[currentDepth - 1]; // -1: for current
508 currentDepth = Push(succ, currentDepth);
515 currentDepth--;